mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor language update
This commit is contained in:
@@ -12,7 +12,7 @@ import sys
|
|||||||
PYVERSION = sys.version.split()[0]
|
PYVERSION = sys.version.split()[0]
|
||||||
|
|
||||||
if PYVERSION >= "3" or PYVERSION < "2.6":
|
if PYVERSION >= "3" or PYVERSION < "2.6":
|
||||||
exit("[CRITICAL] wrong Python version detected ('%s'). For successfully running sqlmap you have to use 2.6 <= Python < 3.0" % PYVERSION)
|
exit("[CRITICAL] incompatible Python version detected ('%s'). For successfully running sqlmap you'll have to use 2.6 <= Python < 3.0" % PYVERSION)
|
||||||
else:
|
else:
|
||||||
from _sqlmap import main
|
from _sqlmap import main
|
||||||
# import needed for proper working of --profile switch
|
# import needed for proper working of --profile switch
|
||||||
|
|||||||
Reference in New Issue
Block a user