minor language update

This commit is contained in:
Miroslav Stampar 2011-11-28 16:01:01 +00:00
parent d958c2fe48
commit 6806cbd6e9

View File

@ -12,7 +12,7 @@ import sys
PYVERSION = sys.version.split()[0]
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:
from _sqlmap import main
# import needed for proper working of --profile switch