diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-01 10:10:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-01 10:10:34 +0100 |
commit | 0187acbc2fef4648b3f46e8b686d16b01dd4f16b (patch) | |
tree | a826cb78aeb60b2654a0f99ffaf11e23b02f2e43 | |
parent | d45b86f937e45fba1f2800f59dcdc0bc7c19e489 (diff) | |
download | gemato-0187acbc2fef4648b3f46e8b686d16b01dd4f16b.tar.gz |
manifest: Remove unused openpgp module import
-rw-r--r-- | gemato/manifest.py | 1 |
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 |