summaryrefslogtreecommitdiff
path: root/macaroonbakery/tests/test_store.py
diff options
context:
space:
mode:
Diffstat (limited to 'macaroonbakery/tests/test_store.py')
-rw-r--r--macaroonbakery/tests/test_store.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/macaroonbakery/tests/test_store.py b/macaroonbakery/tests/test_store.py
index 5afa7be..8a54f59 100644
--- a/macaroonbakery/tests/test_store.py
+++ b/macaroonbakery/tests/test_store.py
@@ -2,7 +2,7 @@
# Licensed under the LGPLv3, see LICENCE file for details.
from unittest import TestCase
-import macaroonbakery as bakery
+import macaroonbakery.bakery as bakery
class TestOven(TestCase):