mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 05:31:32 +00:00
Some more drei stuff
This commit is contained in:
4
thirdparty/fcrypt/fcrypt.py
vendored
4
thirdparty/fcrypt/fcrypt.py
vendored
@@ -119,8 +119,10 @@ __all__ = ['crypt']
|
||||
# ----- END fcrypt.c LICENSE -----
|
||||
|
||||
|
||||
import string, struct
|
||||
import string, struct, sys
|
||||
|
||||
if sys.version_info.major > 2:
|
||||
xrange = range
|
||||
|
||||
_ITERATIONS = 16
|
||||
|
||||
|
||||
Reference in New Issue
Block a user