summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-02-01 10:10:34 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-01 10:10:34 +0100
commit0187acbc2fef4648b3f46e8b686d16b01dd4f16b (patch)
treea826cb78aeb60b2654a0f99ffaf11e23b02f2e43
parentd45b86f937e45fba1f2800f59dcdc0bc7c19e489 (diff)
downloadgemato-0187acbc2fef4648b3f46e8b686d16b01dd4f16b.tar.gz
manifest: Remove unused openpgp module import
-rw-r--r--gemato/manifest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gemato/manifest.py b/gemato/manifest.py
index cef8b25..d6a7ee7 100644
--- a/gemato/manifest.py
+++ b/gemato/manifest.py
@@ -10,7 +10,6 @@ import re
import sys
import gemato.exceptions
-import gemato.openpgp
import gemato.util