summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipapython/test_ipap11helper.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-01-06 13:10:11 +0100
committerMartin Basti <mbasti@redhat.com>2016-01-21 10:21:32 +0100
commit500ee7e2b1fdaa9669cf136a380907cfe4f0f225 (patch)
tree79b5f3ce0c8d0d6caa68512b468d96c76b2daebf /ipatests/test_ipapython/test_ipap11helper.py
parentf5f5c8c603e95d246d2cde92f56959fedba4666d (diff)
downloadfreeipa-500ee7e2b1fdaa9669cf136a380907cfe4f0f225.tar.gz
freeipa-500ee7e2b1fdaa9669cf136a380907cfe4f0f225.tar.xz
freeipa-500ee7e2b1fdaa9669cf136a380907cfe4f0f225.zip
ipapython: port p11helper C code to Python
This replaces the binary _ipap11helper module with cffi-based Python code. https://fedorahosted.org/freeipa/ticket/5596 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipatests/test_ipapython/test_ipap11helper.py')
-rw-r--r--ipatests/test_ipapython/test_ipap11helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_ipapython/test_ipap11helper.py b/ipatests/test_ipapython/test_ipap11helper.py
index 0b442b553..2c8fd2892 100644
--- a/ipatests/test_ipapython/test_ipap11helper.py
+++ b/ipatests/test_ipapython/test_ipap11helper.py
@@ -17,7 +17,7 @@ import tempfile
import pytest
from ipaplatform.paths import paths
-import _ipap11helper
+from ipapython import p11helper as _ipap11helper
pytestmark = pytest.mark.tier0