Mercurial > p > roundup > code
diff test/test_templating.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 | 35ea9b1efc14 |
| children | 3fa026621f69 |
line wrap: on
line diff
--- a/test/test_templating.py Tue Jul 24 22:21:20 2018 +0000 +++ b/test/test_templating.py Tue Jul 24 22:22:08 2018 +0000 @@ -3,7 +3,7 @@ from cgi import FieldStorage, MiniFieldStorage from roundup.cgi.templating import * -from test_actions import MockNull, true +from .test_actions import MockNull, true class MockDatabase(MockNull): def getclass(self, name):
