fixed more imports

This commit is contained in:
mdipierro
2016-08-01 04:26:46 -05:00
parent 68375a4ea7
commit cf12fea68b

View File

@@ -6,7 +6,8 @@
from __future__ import print_function
import re
import urllib
from pydal._compat import maketrans, urllib_quote, unicodeT, _local_html_escape, to_bytes, to_native, _local_html_escape as escape, xrange
from pydal._compat import maketrans, urllib_quote, unicodeT, to_bytes, to_native, xrange
from gluon.local_html_escape import local_html_escape as escape
from ast import parse as ast_parse
import ast