summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/topology.py
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2016-06-08 18:16:24 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-17 18:55:19 +0200
commitd8ae2b4055284de8c1baf76819d6611978f83cc6 (patch)
tree58d295c0fd771af79b06160fb845de92d33d3562 /ipaserver/plugins/topology.py
parent45bb2ad045654c020fe6ac4e77ed2741cd35d717 (diff)
downloadfreeipa-d8ae2b4055284de8c1baf76819d6611978f83cc6.tar.gz
freeipa-d8ae2b4055284de8c1baf76819d6611978f83cc6.tar.xz
freeipa-d8ae2b4055284de8c1baf76819d6611978f83cc6.zip
ipaserver module for working with managed topology
This module should aggregate common functionality utilized in the commands managing domain-level 1 topology. https://fedorahosted.org/freeipa/ticket/5588 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaserver/plugins/topology.py')
-rw-r--r--ipaserver/plugins/topology.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipaserver/plugins/topology.py b/ipaserver/plugins/topology.py
index a6e638479..c1848f0cc 100644
--- a/ipaserver/plugins/topology.py
+++ b/ipaserver/plugins/topology.py
@@ -13,7 +13,8 @@ from .baseldap import (
from ipalib import _, ngettext
from ipalib import output
from ipalib.constants import DOMAIN_LEVEL_1
-from ipalib.util import create_topology_graph, get_topology_connection_errors
+from ipaserver.topology import (
+ create_topology_graph, get_topology_connection_errors)
from ipapython.dn import DN
if six.PY3: