aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/tests/test_inline.py
diff options
context:
space:
mode:
authorJ08nY2017-06-21 18:43:05 +0200
committerJ08nY2017-06-21 18:43:05 +0200
commit280b18a31b3c413115647fde18767c2c6189896d (patch)
tree48524959a3c2de8c1cb074e7e55e46cae6477ea2 /src/mailman_pgp/pgp/tests/test_inline.py
parenta23be97ec44a789d16559e136b448b456a1079d8 (diff)
downloadmailman-pgp-280b18a31b3c413115647fde18767c2c6189896d.tar.gz
mailman-pgp-280b18a31b3c413115647fde18767c2c6189896d.tar.zst
mailman-pgp-280b18a31b3c413115647fde18767c2c6189896d.zip
Diffstat (limited to 'src/mailman_pgp/pgp/tests/test_inline.py')
-rw-r--r--src/mailman_pgp/pgp/tests/test_inline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/pgp/tests/test_inline.py b/src/mailman_pgp/pgp/tests/test_inline.py
index 1c51fce..f8831c9 100644
--- a/src/mailman_pgp/pgp/tests/test_inline.py
+++ b/src/mailman_pgp/pgp/tests/test_inline.py
@@ -21,7 +21,7 @@ import unittest
from parameterized import parameterized
from mailman_pgp.pgp.inline import InlineWrapper
-from mailman_pgp.pgp.tests.base import PGPTestCase, load_message, load_key
+from mailman_pgp.pgp.tests.base import load_key, load_message, PGPTestCase
class TestSigning(PGPTestCase, unittest.TestCase):