diff roundup/cgi/PageTemplates/PathIterator.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 6e3e4f24c753
children 99667a0cbd2d
line wrap: on
line diff
--- a/roundup/cgi/PageTemplates/PathIterator.py	Tue Jul 24 22:21:20 2018 +0000
+++ b/roundup/cgi/PageTemplates/PathIterator.py	Tue Jul 24 22:22:08 2018 +0000
@@ -17,8 +17,8 @@
 subpaths of elements.
 """
 
-import TALES
-from Expressions import restrictedTraverse, Undefs, getSecurityManager
+from . import TALES
+from .Expressions import restrictedTraverse, Undefs, getSecurityManager
 
 class Iterator(TALES.Iterator):
     def __bobo_traverse__(self, REQUEST, name):

Roundup Issue Tracker: http://roundup-tracker.org/