fixed more imports
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user