mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Couple of minor patches
This commit is contained in:
parent
dccc837703
commit
da86486cd9
8 changed files with 18 additions and 14 deletions
2
thirdparty/fcrypt/fcrypt.py
vendored
2
thirdparty/fcrypt/fcrypt.py
vendored
|
|
@ -119,7 +119,7 @@ __all__ = ['crypt']
|
|||
# ----- END fcrypt.c LICENSE -----
|
||||
|
||||
|
||||
import string, struct, sys
|
||||
import struct, sys
|
||||
|
||||
if sys.version_info >= (3, 0):
|
||||
xrange = range
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue