mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Adding new version of chardet
This commit is contained in:
8
thirdparty/chardet/constants.py
vendored
8
thirdparty/chardet/constants.py
vendored
@@ -37,11 +37,3 @@ eError = 1
|
||||
eItsMe = 2
|
||||
|
||||
SHORTCUT_THRESHOLD = 0.95
|
||||
|
||||
import __builtin__
|
||||
if not hasattr(__builtin__, 'False'):
|
||||
False = 0
|
||||
True = 1
|
||||
else:
|
||||
False = __builtin__.False
|
||||
True = __builtin__.True
|
||||
|
||||
Reference in New Issue
Block a user