moved local_html_escape into utils, thanks Simone
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ import logging
|
||||
from cgi import escape
|
||||
from threading import RLock
|
||||
from gluon.utf8 import Utf8
|
||||
from gluon.local_html_escape import local_html_escape
|
||||
from pydal.utils 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
|
||||
|
||||
Reference in New Issue
Block a user