summaryrefslogtreecommitdiffstats
path: root/ipapython/ipautil.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-11-22 16:06:45 +0100
committerMartin Basti <mbasti@redhat.com>2016-11-29 14:50:51 +0100
commitd6b755e3fcaf32158f4ee36d45e3344b4a03fbc2 (patch)
treee14721c8fee437c408319276568954cf81310600 /ipapython/ipautil.py
parentf919ab4ee0ec26d77ee6978e75de5daba4073402 (diff)
downloadfreeipa-d6b755e3fcaf32158f4ee36d45e3344b4a03fbc2.tar.gz
freeipa-d6b755e3fcaf32158f4ee36d45e3344b4a03fbc2.tar.xz
freeipa-d6b755e3fcaf32158f4ee36d45e3344b4a03fbc2.zip
ipautil: remove SHARE_DIR and PLUGIN_SHARE_DIR
SHARE_DIR and PLUGIN_SHARE_DIR depend on ipaplatform. Replace all uses of SHARE_DIR with paths.USR_SHARE_IPA_DIR and remove both SHARE_DIR and PLUGIN_SHARE_DIR. https://fedorahosted.org/freeipa/ticket/6474 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Diffstat (limited to 'ipapython/ipautil.py')
-rw-r--r--ipapython/ipautil.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ipapython/ipautil.py b/ipapython/ipautil.py
index fcb2e3500..e613fd4d4 100644
--- a/ipapython/ipautil.py
+++ b/ipapython/ipautil.py
@@ -54,9 +54,6 @@ from ipapython import config
from ipaplatform.paths import paths
from ipapython.dn import DN
-SHARE_DIR = paths.USR_SHARE_IPA_DIR
-PLUGINS_SHARE_DIR = paths.IPA_PLUGINS
-
GEN_PWD_LEN = 22
GEN_TMP_PWD_LEN = 12 # only for OTP password that is manually retyped by user