mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 17:06:53 +00:00
minor makeup update
This commit is contained in:
parent
8405ef59ac
commit
e56309f3b1
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ import sys
|
|||
PYVERSION = sys.version.split()[0]
|
||||
|
||||
if PYVERSION >= "3" or PYVERSION < "2.6":
|
||||
exit("[CRITICAL] incompatible Python version detected ('%s'). For successfully running sqlmap you'll 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 version 2.6 or 2.7 (visit \"http://www.python.org/download/\")" % PYVERSION)
|
||||
else:
|
||||
from _sqlmap import main
|
||||
# import needed for proper working of --profile switch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue