diff test/test_security.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 64b05e24dbd8
children f8893e1cde0d
line wrap: on
line diff
--- a/test/test_security.py	Tue Jul 24 22:21:20 2018 +0000
+++ b/test/test_security.py	Tue Jul 24 22:22:08 2018 +0000
@@ -23,7 +23,7 @@
 
 from roundup import backends
 import roundup.password
-from db_test_base import setupSchema, MyTestCase, config
+from .db_test_base import setupSchema, MyTestCase, config
 
 
 class PermissionTest(MyTestCase, unittest.TestCase):

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