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
@@ -21,7 +21,7 @@ import base64
from gluon import sanitizer, decoder
import itertools
from pydal._compat import reduce, pickle, copyreg, HTMLParser, name2codepoint, iteritems, unichr, unicodeT, urllib_quote, to_bytes, to_native, to_unicode, basestring, urlencode, implements_bool
from local_html_escape import local_html_escape
from gluon.local_html_escape import local_html_escape
import marshal
from gluon.storage import Storage