mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Some more drei stuff
This commit is contained in:
3
thirdparty/clientform/clientform.py
vendored
3
thirdparty/clientform/clientform.py
vendored
@@ -109,6 +109,9 @@ except ImportError:
|
||||
|
||||
import sys, types, copy, re, random
|
||||
|
||||
if sys.version_info.major > 2:
|
||||
xrange = range
|
||||
|
||||
# monkeypatch to fix http://www.python.org/sf/803422 :-(
|
||||
sgmllib.charref = re.compile("&#(x?[0-9a-fA-F]+)[^0-9a-fA-F]")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user