diff options
| author | Ade Lee <alee@redhat.com> | 2017-04-04 14:52:37 -0400 |
|---|---|---|
| committer | Ade Lee <alee@redhat.com> | 2017-04-04 14:52:37 -0400 |
| commit | 6a682f8e56c982ed0e0810326e71f9de23347590 (patch) | |
| tree | 6d2c7aaebae36be8a22d36130b2cbd974ed2c7dc /base/common/python/pki/info.py | |
| parent | 36bfd982c05cc0e4fc9c86c1ac90483ef5d5ae17 (diff) | |
| download | pki-6a682f8e56c982ed0e0810326e71f9de23347590.tar.gz pki-6a682f8e56c982ed0e0810326e71f9de23347590.tar.xz pki-6a682f8e56c982ed0e0810326e71f9de23347590.zip | |
Fix pylint errors
Diffstat (limited to 'base/common/python/pki/info.py')
| -rw-r--r-- | base/common/python/pki/info.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/common/python/pki/info.py b/base/common/python/pki/info.py index 65d482568..b4da8b073 100644 --- a/base/common/python/pki/info.py +++ b/base/common/python/pki/info.py @@ -21,6 +21,8 @@ """ Module containing the Python client classes for the InfoClient """ +from __future__ import absolute_import +from __future__ import print_function from six import iteritems import pki |
