codename "he who late imports by default makes everybody's life a misery
for no speedup at all"
This commit is contained in:
niphlod
2016-09-19 21:33:01 +02:00
parent 44362aa429
commit 25e8f4aef1
2 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Contains the classes for the global used variables:
- Session
"""
from gluon._compat import pickle, StringIO, copyreg, Cookie, urlparse, PY2, iteritems, to_unicode, to_native, unicodeT
from gluon._compat import pickle, StringIO, copyreg, Cookie, urlparse, PY2, iteritems, to_unicode, to_native, unicodeT, long
from gluon.storage import Storage, List
from gluon.streamer import streamer, stream_file_or_304_or_206, DEFAULT_CHUNK_SIZE
from gluon.contenttype import contenttype