diff options
author | Martin Basti <mbasti@redhat.com> | 2015-12-16 16:06:03 +0100 |
---|---|---|
committer | Jan Cholasta <jcholast@redhat.com> | 2015-12-23 07:59:22 +0100 |
commit | e4075b1fe26a608cd1f3778ee1f655a5f5700c65 (patch) | |
tree | 11529085e2b884007068a14ea1fa3ed33d62103c /ipapython/nsslib.py | |
parent | 774d0eaa8eb940ea9c42c4ef12eb80e509fd9c3b (diff) | |
download | freeipa-e4075b1fe26a608cd1f3778ee1f655a5f5700c65.tar.gz freeipa-e4075b1fe26a608cd1f3778ee1f655a5f5700c65.tar.xz freeipa-e4075b1fe26a608cd1f3778ee1f655a5f5700c65.zip |
Remove unused imports
This patch removes unused imports, alse pylint has been configured to
check unused imports.
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipapython/nsslib.py')
-rw-r--r-- | ipapython/nsslib.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ipapython/nsslib.py b/ipapython/nsslib.py index 06e53294f..3c776ae0e 100644 --- a/ipapython/nsslib.py +++ b/ipapython/nsslib.py @@ -20,7 +20,6 @@ from __future__ import print_function -import sys import getpass import socket from ipapython.ipa_log_manager import * @@ -38,8 +37,6 @@ try: except ImportError: import http.client as httplib -from ipaplatform.paths import paths - # NSS database currently open current_dbdir = None |