diff options
| author | J08nY | 2017-07-27 00:39:06 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-27 00:39:06 +0200 |
| commit | 0b150cce4a2cbb7c290f7c4428c01cba237f9a80 (patch) | |
| tree | 4b25dfc48c04ce21d93f504396f062b0856d95d6 /src/mailman_pgp/config/tests/test_validator.py | |
| parent | 7db8f0e3df2bdabe0b7a08a6dde7ebd3ecd7c5e7 (diff) | |
| download | mailman-pgp-0b150cce4a2cbb7c290f7c4428c01cba237f9a80.tar.gz mailman-pgp-0b150cce4a2cbb7c290f7c4428c01cba237f9a80.tar.zst mailman-pgp-0b150cce4a2cbb7c290f7c4428c01cba237f9a80.zip | |
Diffstat (limited to 'src/mailman_pgp/config/tests/test_validator.py')
| -rw-r--r-- | src/mailman_pgp/config/tests/test_validator.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman_pgp/config/tests/test_validator.py b/src/mailman_pgp/config/tests/test_validator.py index 44ee497..15b0b62 100644 --- a/src/mailman_pgp/config/tests/test_validator.py +++ b/src/mailman_pgp/config/tests/test_validator.py @@ -18,9 +18,9 @@ """""" from unittest import TestCase -from pkg_resources import resource_string, resource_filename +from pkg_resources import resource_filename, resource_string -from mailman_pgp.config import ConfigValidator, Config +from mailman_pgp.config import Config, ConfigValidator from mailman_pgp.testing.layers import PGPLayer |
