summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipapython
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-12-16 19:04:20 +0100
committerJan Cholasta <jcholast@redhat.com>2015-12-23 07:59:22 +0100
commite1192ebd975bc17aa600030eecbaed6660dc7733 (patch)
tree1a623cb4b003c234beae8075f437b8c936a4fd0f /ipatests/test_ipapython
parente4075b1fe26a608cd1f3778ee1f655a5f5700c65 (diff)
downloadfreeipa-e1192ebd975bc17aa600030eecbaed6660dc7733.tar.gz
freeipa-e1192ebd975bc17aa600030eecbaed6660dc7733.tar.xz
freeipa-e1192ebd975bc17aa600030eecbaed6660dc7733.zip
Remove wildcard imports
Wildcard imports should not be used. Check for wildcard imports has been enabled in pylint. Pylint note: options 'wildcard-import' causes too much false positive results, so instead it I used 'unused-wildcard-import' option which has almost the same effect. Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipatests/test_ipapython')
-rw-r--r--ipatests/test_ipapython/test_dn.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipatests/test_ipapython/test_dn.py b/ipatests/test_ipapython/test_dn.py
index eb763b3a6..e1784bce8 100644
--- a/ipatests/test_ipapython/test_dn.py
+++ b/ipatests/test_ipapython/test_dn.py
@@ -1,7 +1,6 @@
import contextlib
import unittest
import pytest
-from ipapython.dn import * # FIXME
import six