summaryrefslogtreecommitdiff
path: root/devel/management/commands/pgp_import.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/management/commands/pgp_import.py')
-rw-r--r--devel/management/commands/pgp_import.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/management/commands/pgp_import.py b/devel/management/commands/pgp_import.py
index 7a124f77..8eb06d50 100644
--- a/devel/management/commands/pgp_import.py
+++ b/devel/management/commands/pgp_import.py
@@ -7,7 +7,7 @@ Import keys and signatures from a given GPG keyring.
Usage: ./manage.py pgp_import <keyring_path>
"""
-from collections import namedtuple, OrderedDict
+from collections import OrderedDict
from datetime import datetime
import logging
from pytz import utc