diff roundup/cgi/PageTemplates/TALES.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 0942fe89e82e
children 56c9bcdea47f
line wrap: on
line diff
--- a/roundup/cgi/PageTemplates/TALES.py	Tue Jul 24 22:21:20 2018 +0000
+++ b/roundup/cgi/PageTemplates/TALES.py	Tue Jul 24 22:22:08 2018 +0000
@@ -23,8 +23,8 @@
 import re, sys
 from roundup.cgi import ZTUtils
 from weakref import ref
-from MultiMapping import MultiMapping
-from GlobalTranslationService import getGlobalTranslationService
+from .MultiMapping import MultiMapping
+from .GlobalTranslationService import getGlobalTranslationService
 
 ustr = str
 

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