Version needs the fallback data from compat

This commit is contained in:
Thomas S Hatch 2014-11-07 17:12:23 -07:00
parent f856f487a3
commit 6150ae0693

View file

@ -16,8 +16,10 @@ try:
except ImportError:
if sys.version_info[0] == 3:
string_types = str
MAX_SIZE = sys.maxsize
else:
string_types = basestring
MAX_SIZE = sys.maxint
# ----- ATTENTION --------------------------------------------------------------------------------------------------->
#