summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
Diffstat (limited to 'autopart.py')
-rw-r--r--autopart.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py
index 13d2303c6..8886241d5 100644
--- a/autopart.py
+++ b/autopart.py
@@ -21,7 +21,6 @@ import lvm
import logging
import rhpl
from anaconda_log import logger, logFile
-from partitioning import *
import partedUtils
import partRequests
from constants import *
@@ -29,6 +28,9 @@ from partErrors import *
from rhpl.translate import _, N_
+import iutil
+import isys
+
log = logging.getLogger("anaconda")
PARTITION_FAIL = -1