summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/automount.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-04-20 15:41:34 +0200
committerJan Cholasta <jcholast@redhat.com>2016-05-25 16:06:26 +0200
commit9e3c16e322ffc65e7d0799bcfbadec5df0ce1ad6 (patch)
tree2e23a3d374b4291855cd506375008cbd8f53e627 /ipalib/plugins/automount.py
parent4b119e21a2f93ca16c5edf3d1058552b44feeaf8 (diff)
downloadfreeipa-9e3c16e322ffc65e7d0799bcfbadec5df0ce1ad6.tar.gz
freeipa-9e3c16e322ffc65e7d0799bcfbadec5df0ce1ad6.tar.xz
freeipa-9e3c16e322ffc65e7d0799bcfbadec5df0ce1ad6.zip
ipalib: use relative imports for cross-plugin imports
This will make it possible to move the plugin modules between ipalib, ipaclient and ipaserver without having to change the imports. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'ipalib/plugins/automount.py')
-rw-r--r--ipalib/plugins/automount.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/automount.py b/ipalib/plugins/automount.py
index 1cc94dcd7..85d7d1321 100644
--- a/ipalib/plugins/automount.py
+++ b/ipalib/plugins/automount.py
@@ -26,7 +26,7 @@ from ipalib import api, errors
from ipalib import Flag, Str, IA5Str
from ipalib.frontend import Command
from ipalib.plugable import Registry
-from ipalib.plugins.baseldap import (
+from .baseldap import (
pkey_to_value,
LDAPObject,
LDAPCreate,