summaryrefslogtreecommitdiffstats
path: root/base/common/python/pki/encoder.py
diff options
context:
space:
mode:
authorAbhishek Koneru <akoneru@redhat.com>2013-07-03 13:51:25 -0400
committerAbhishek Koneru <akoneru@redhat.com>2013-07-03 15:45:37 -0400
commit73be9e5fa4a49864092e7a5cc9521d4bbd82fe45 (patch)
treedc62cc86f1b798e9c920455989667db96923111a /base/common/python/pki/encoder.py
parentedca1ee9a4b1ff1b516cc47ed318f58a0ae1baa1 (diff)
downloadpki-73be9e5fa4a49864092e7a5cc9521d4bbd82fe45.tar.gz
pki-73be9e5fa4a49864092e7a5cc9521d4bbd82fe45.tar.xz
pki-73be9e5fa4a49864092e7a5cc9521d4bbd82fe45.zip
Fixes for issues reported by pylint.
Fixes for issues in other files. Ticket #316
Diffstat (limited to 'base/common/python/pki/encoder.py')
-rw-r--r--base/common/python/pki/encoder.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/common/python/pki/encoder.py b/base/common/python/pki/encoder.py
index c100be3d5..8d8a9c101 100644
--- a/base/common/python/pki/encoder.py
+++ b/base/common/python/pki/encoder.py
@@ -1,5 +1,4 @@
import json
-import pki.system
TYPES = {}
NOTYPES = {}