Mercurial > p > roundup > code
diff roundup/cgi/PageTemplates/PythonExpr.py @ 5388:d26921b851c3
Python 3 preparation: make relative imports explicit.
Tool-generated patch.
| author | Joseph Myers <jsm@polyomino.org.uk> |
|---|---|
| date | Tue, 24 Jul 2018 22:22:08 +0000 |
| parents | c4774b9f483c |
| children | f8673e720f30 |
line wrap: on
line diff
--- a/roundup/cgi/PageTemplates/PythonExpr.py Tue Jul 24 22:21:20 2018 +0000 +++ b/roundup/cgi/PageTemplates/PythonExpr.py Tue Jul 24 22:22:08 2018 +0000 @@ -17,7 +17,7 @@ """Generic Python Expression Handler """ -from TALES import CompilerError +from .TALES import CompilerError from sys import exc_info class getSecurityManager:
