summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/install/service.py')
-rw-r--r--ipaserver/install/service.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipaserver/install/service.py b/ipaserver/install/service.py
index b9f6c505..e091af38 100644
--- a/ipaserver/install/service.py
+++ b/ipaserver/install/service.py
@@ -18,8 +18,8 @@
#
import logging, sys
-from ipa import sysrestore
-from ipa import ipautil
+from ipapython import sysrestore
+from ipapython import ipautil
def stop(service_name):