diff options
| author | J08nY | 2017-06-20 22:31:03 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-20 22:31:03 +0200 |
| commit | c3630066fed88996ff0a6eab158921ed550d5cdc (patch) | |
| tree | 0e472e575fcfe52a190e5b417b7bf8baa399638e /src/mailman_pgp/model | |
| parent | 108f8854ec0b8df6f5d042e503fea0a23d679879 (diff) | |
| download | mailman-pgp-c3630066fed88996ff0a6eab158921ed550d5cdc.tar.gz mailman-pgp-c3630066fed88996ff0a6eab158921ed550d5cdc.tar.zst mailman-pgp-c3630066fed88996ff0a6eab158921ed550d5cdc.zip | |
Diffstat (limited to 'src/mailman_pgp/model')
| -rw-r--r-- | src/mailman_pgp/model/address.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/model/address.py b/src/mailman_pgp/model/address.py index 88067df..3ef95b4 100644 --- a/src/mailman_pgp/model/address.py +++ b/src/mailman_pgp/model/address.py @@ -17,7 +17,7 @@ """""" -from os.path import join, exists, isfile +from os.path import exists, isfile, join from mailman.database.types import SAUnicode from pgpy import PGPKey |
