summaryrefslogtreecommitdiff
path: root/macaroonbakery/tests/test_discharge.py
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-12-12 15:20:49 +0000
committerColin Watson <cjwatson@debian.org>2017-12-12 15:20:49 +0000
commit9e4403035a9953c99117083e6373ae3c441a76b5 (patch)
treed91b137df6767bfb8cb72de6b9fd21efb0c3dee4 /macaroonbakery/tests/test_discharge.py
parent949b7072cabce0daed6c94993ad44c8ea8648dbd (diff)
Import py-macaroon-bakery_1.1.0.orig.tar.gz
Diffstat (limited to 'macaroonbakery/tests/test_discharge.py')
-rw-r--r--macaroonbakery/tests/test_discharge.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/macaroonbakery/tests/test_discharge.py b/macaroonbakery/tests/test_discharge.py
index 433483a..27bae63 100644
--- a/macaroonbakery/tests/test_discharge.py
+++ b/macaroonbakery/tests/test_discharge.py
@@ -2,11 +2,10 @@
# Licensed under the LGPLv3, see LICENCE file for details.
import unittest
-from pymacaroons import MACAROON_V1, Macaroon
-
-import macaroonbakery as bakery
+import macaroonbakery.bakery as bakery
import macaroonbakery.checkers as checkers
from macaroonbakery.tests import common
+from pymacaroons import MACAROON_V1, Macaroon
class TestDischarge(unittest.TestCase):