mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-10 07:01:35 +00:00
Some more drei stuff
This commit is contained in:
4
thirdparty/beautifulsoup/beautifulsoup.py
vendored
4
thirdparty/beautifulsoup/beautifulsoup.py
vendored
@@ -87,6 +87,10 @@ __license__ = "New-style BSD"
|
||||
import codecs
|
||||
import types
|
||||
import re
|
||||
import sys
|
||||
|
||||
if sys.version_info.major > 2:
|
||||
xrange = range
|
||||
|
||||
try:
|
||||
from htmlentitydefs import name2codepoint
|
||||
|
||||
Reference in New Issue
Block a user