Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 5387:f7432fc3db4d | 5388:d26921b851c3 |
|---|---|
| 21 """ | 21 """ |
| 22 | 22 |
| 23 import re, sys | 23 import re, sys |
| 24 from roundup.cgi import ZTUtils | 24 from roundup.cgi import ZTUtils |
| 25 from weakref import ref | 25 from weakref import ref |
| 26 from MultiMapping import MultiMapping | 26 from .MultiMapping import MultiMapping |
| 27 from GlobalTranslationService import getGlobalTranslationService | 27 from .GlobalTranslationService import getGlobalTranslationService |
| 28 | 28 |
| 29 ustr = str | 29 ustr = str |
| 30 | 30 |
| 31 StringType = type('') | 31 StringType = type('') |
| 32 | 32 |
