diff options
| author | Jan Cholasta <jcholast@redhat.com> | 2015-12-15 15:29:36 +0100 |
|---|---|---|
| committer | Jan Cholasta <jcholast@redhat.com> | 2015-12-15 15:37:10 +0100 |
| commit | c265e8736e51d5b4fede94a414d83b3e0ada2853 (patch) | |
| tree | 8b0f740566a341f7fe8321e052b29a4a07579f58 /ipapython | |
| parent | fbc7a6e5f50669bc0a0c7d416e2873ec5ece457d (diff) | |
| download | freeipa-c265e8736e51d5b4fede94a414d83b3e0ada2853.tar.gz freeipa-c265e8736e51d5b4fede94a414d83b3e0ada2853.tar.xz freeipa-c265e8736e51d5b4fede94a414d83b3e0ada2853.zip | |
ipautil: remove unused import causing cyclic import in tests
https://fedorahosted.org/freeipa/ticket/5551
Diffstat (limited to 'ipapython')
| -rw-r--r-- | ipapython/ipautil.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipapython/ipautil.py b/ipapython/ipautil.py index 7509f08c1..466667879 100644 --- a/ipapython/ipautil.py +++ b/ipapython/ipautil.py @@ -52,7 +52,6 @@ from ipapython import config from ipaplatform.paths import paths from ipapython.dn import DN from ipapython.dnsutil import DNSName -from ipalib.util import normalize_zone SHARE_DIR = paths.USR_SHARE_IPA_DIR PLUGINS_SHARE_DIR = paths.IPA_PLUGINS |
