diff test/test_actions.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 4f6e1ce89557
line wrap: on
line diff
--- a/test/test_actions.py	Tue Jul 24 22:21:20 2018 +0000
+++ b/test/test_actions.py	Tue Jul 24 22:22:08 2018 +0000
@@ -8,7 +8,7 @@
 from roundup.cgi.client import add_message
 from roundup.cgi.exceptions import Redirect, Unauthorised, SeriousError, FormError
 
-from mocknull import MockNull
+from .mocknull import MockNull
 
 def true(*args, **kwargs):
     return 1

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