diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-07-24 16:24:13 -0300 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2015-08-03 17:16:57 -0300 |
commit | 3fab338ef4e1ae0efcfaee455ae04881aa013083 (patch) | |
tree | 6bcf55e666e2ff686e8a182d05a49c2898c9169a /src/leap/keymanager/__init__.py | |
parent | 05d599a22ed4c31dbd09a79bd1b2e00a716614aa (diff) |
[style] Fixed pep8 warnings
Fixed pep8 warnings to prepare the keymanager for CI
Diffstat (limited to 'src/leap/keymanager/__init__.py')
-rw-r--r-- | src/leap/keymanager/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/keymanager/__init__.py b/src/leap/keymanager/__init__.py index 282ff48c..999b53c3 100644 --- a/src/leap/keymanager/__init__.py +++ b/src/leap/keymanager/__init__.py @@ -19,6 +19,7 @@ Key Manager is a Nicknym agent for LEAP client. """ # let's do a little sanity check to see if we're using the wrong gnupg import sys +from ._version import get_versions try: from gnupg.gnupg import GPGUtilities |