From c7edd7b68c98d105f02a5977a0ff7c2a3081f2c9 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Thu, 29 May 2014 10:51:08 +0200 Subject: ipaplatform: Remove redundant imports of ipaservices Also fixes few incorrect imports. https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin --- ipapython/sysrestore.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ipapython/sysrestore.py') diff --git a/ipapython/sysrestore.py b/ipapython/sysrestore.py index b5f47bd1e..7d5aabdff 100644 --- a/ipapython/sysrestore.py +++ b/ipapython/sysrestore.py @@ -32,8 +32,7 @@ import random import string from ipapython import ipautil -from ipapython import services as ipaservices -from ipaplatform import tasks +from ipaplatform.tasks import tasks SYSRESTORE_PATH = "/tmp" SYSRESTORE_INDEXFILE = "sysrestore.index" -- cgit