summaryrefslogtreecommitdiff
path: root/macaroonbakery/tests/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'macaroonbakery/tests/common.py')
-rw-r--r--macaroonbakery/tests/common.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/macaroonbakery/tests/common.py b/macaroonbakery/tests/common.py
index f238dfd..cfbfc52 100644
--- a/macaroonbakery/tests/common.py
+++ b/macaroonbakery/tests/common.py
@@ -2,10 +2,9 @@
# Licensed under the LGPLv3, see LICENCE file for details.
from datetime import datetime, timedelta
-import pytz
-
-import macaroonbakery as bakery
+import macaroonbakery.bakery as bakery
import macaroonbakery.checkers as checkers
+import pytz
class _StoppedClock(object):