summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_cert.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_xmlrpc/test_cert.py')
-rw-r--r--tests/test_xmlrpc/test_cert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_xmlrpc/test_cert.py b/tests/test_xmlrpc/test_cert.py
index 90809ab30..4f95ffe19 100644
--- a/tests/test_xmlrpc/test_cert.py
+++ b/tests/test_xmlrpc/test_cert.py
@@ -33,7 +33,7 @@ import tempfile
from ipapython import ipautil
import nose
import base64
-from ipalib.dn import *
+from ipapython.dn import DN
# So we can save the cert from issuance and compare it later
cert = None