summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ntpinstance.py
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2015-07-31 10:15:01 +0200
committerTomas Babej <tbabej@redhat.com>2015-08-12 18:17:23 +0200
commit5435a8a32a2e88675e84d22d6f9b97e67f6f5264 (patch)
treebec4d7befefdac6974811d8ce49e35b508d1ecf8 /ipaserver/install/ntpinstance.py
parent262faec70a0cea9c57c24e9b8e6b334a4c715acc (diff)
downloadfreeipa-5435a8a32a2e88675e84d22d6f9b97e67f6f5264.tar.gz
freeipa-5435a8a32a2e88675e84d22d6f9b97e67f6f5264.tar.xz
freeipa-5435a8a32a2e88675e84d22d6f9b97e67f6f5264.zip
Use absolute imports
In Python 3, implicit relative imports will not be supported. Use fully-qualified imports everywhere. Reviewed-By: Tomas Babej <tbabej@redhat.com>
Diffstat (limited to 'ipaserver/install/ntpinstance.py')
-rw-r--r--ipaserver/install/ntpinstance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/ntpinstance.py b/ipaserver/install/ntpinstance.py
index 4904defb8..1fef6fd3e 100644
--- a/ipaserver/install/ntpinstance.py
+++ b/ipaserver/install/ntpinstance.py
@@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-import service
+from ipaserver.install import service
from ipapython import sysrestore
from ipapython import ipautil
from ipaplatform.paths import paths