fixed py3 import

This commit is contained in:
mdipierro
2016-08-01 04:41:51 -05:00
parent 6543512983
commit 4bb261ec15
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import logging
from cgi import escape
from threading import RLock
from gluon.utf8 import Utf8
from local_html_escape import local_html_escape
from gluon.local_html_escape import local_html_escape
from pydal._compat import copyreg, PY2, maketrans, iterkeys, unicodeT, to_unicode, to_bytes, iteritems, to_native, pjoin
from pydal.contrib.portalocker import read_locked, LockedFile