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 /contrib | |
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 'contrib')
-rw-r--r-- | contrib/RHEL4/ipa-client-setup | 1 | ||||
-rw-r--r-- | contrib/RHEL4/ipachangeconf.py | 2 | ||||
-rw-r--r-- | contrib/RHEL4/setup.py | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/contrib/RHEL4/ipa-client-setup b/contrib/RHEL4/ipa-client-setup index 1096889eb..3accd9d25 100644 --- a/contrib/RHEL4/ipa-client-setup +++ b/contrib/RHEL4/ipa-client-setup @@ -25,7 +25,6 @@ import sys import os import string import shutil -import socket from ipapython.ipa_log_manager import * from optparse import OptionParser import ipachangeconf diff --git a/contrib/RHEL4/ipachangeconf.py b/contrib/RHEL4/ipachangeconf.py index de1a215b7..e0712a1a5 100644 --- a/contrib/RHEL4/ipachangeconf.py +++ b/contrib/RHEL4/ipachangeconf.py @@ -19,8 +19,6 @@ import fcntl import os -import string -import time import shutil def openLocked(filename, perms): diff --git a/contrib/RHEL4/setup.py b/contrib/RHEL4/setup.py index f535875b4..1fa23a8bd 100644 --- a/contrib/RHEL4/setup.py +++ b/contrib/RHEL4/setup.py @@ -25,7 +25,6 @@ DOCLINES = __doc__.split("\n") import os import sys -import distutils.sysconfig CLASSIFIERS = """\ Development Status :: 4 - Beta |