mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Patch for Python 2.6
This commit is contained in:
@@ -166,7 +166,7 @@ class WichmannHill(random.Random):
|
||||
def choose_boundary():
|
||||
return uuid.uuid4().hex
|
||||
|
||||
if sys.version_info.major > 2:
|
||||
if sys.version_info >= (3, 0):
|
||||
xrange = range
|
||||
else:
|
||||
xrange = xrange
|
||||
|
||||
Reference in New Issue
Block a user