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/dnssec/bindmgr.py | |
| parent | 774d0eaa8eb940ea9c42c4ef12eb80e509fd9c3b (diff) | |
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/dnssec/bindmgr.py')
| -rw-r--r-- | ipapython/dnssec/bindmgr.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ipapython/dnssec/bindmgr.py b/ipapython/dnssec/bindmgr.py index a0a9f2eb2..6bf509d4f 100644 --- a/ipapython/dnssec/bindmgr.py +++ b/ipapython/dnssec/bindmgr.py @@ -6,12 +6,9 @@ from datetime import datetime import dns.name import errno import os -import logging import shutil import stat -import subprocess -from ipalib import api import ipalib.constants from ipapython.dn import DN from ipapython import ipa_log_manager, ipautil |
