mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Patch for Python 2.6
This commit is contained in:
2
thirdparty/clientform/clientform.py
vendored
2
thirdparty/clientform/clientform.py
vendored
@@ -109,7 +109,7 @@ except ImportError:
|
||||
|
||||
import sys, types, copy, re, random
|
||||
|
||||
if sys.version_info.major > 2:
|
||||
if sys.version_info >= (3, 0):
|
||||
xrange = range
|
||||
|
||||
# monkeypatch to fix http://www.python.org/sf/803422 :-(
|
||||
|
||||
Reference in New Issue
Block a user