mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 21:51:29 +00:00
Patch for Python 2.6
This commit is contained in:
2
thirdparty/gprof2dot/gprof2dot.py
vendored
2
thirdparty/gprof2dot/gprof2dot.py
vendored
@@ -32,7 +32,7 @@ import optparse
|
||||
import sys
|
||||
import xml.parsers.expat
|
||||
|
||||
if sys.version_info.major > 2:
|
||||
if sys.version_info >= (3, 0):
|
||||
xrange = range
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user