mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Couple of DREI updates
This commit is contained in:
parent
74148e121a
commit
585ebca401
8 changed files with 37 additions and 35 deletions
|
|
@ -204,5 +204,7 @@ def round(x, d=0):
|
|||
|
||||
if sys.version_info >= (3, 0):
|
||||
xrange = range
|
||||
buffer = memoryview
|
||||
else:
|
||||
xrange = xrange
|
||||
buffer = buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue