summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-06-10 22:44:20 +0000
committerJeremy Katz <katzj@redhat.com>2002-06-10 22:44:20 +0000
commitf8c797caff534fd49bf9e7a77f5f52c0332381ff (patch)
tree10509716b24cfff1ccb28a980397850970153ad8 /dispatch.py
parentdee57516672d376f60bad259b3feef2359eae96e (diff)
downloadanaconda-f8c797caff534fd49bf9e7a77f5f52c0332381ff.tar.gz
anaconda-f8c797caff534fd49bf9e7a77f5f52c0332381ff.tar.xz
anaconda-f8c797caff534fd49bf9e7a77f5f52c0332381ff.zip
oops
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index cd46c6717..6208a3e47 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -22,7 +22,8 @@ from packages import writeKSConfiguration, turnOnFilesystems
from packages import doMigrateFilesystems
from packages import queryUpgradeContinue
from packages import doPreInstall, doPostInstall, doPostAction
-from autopart import doAutoPartition, firstbootConfiguration
+from autopart import doAutoPartition
+from packages import firstbootConfiguration
from partitioning import partitionMethodSetup, partitionObjectsInitialize
from partitioning import partitioningComplete
from floppy import makeBootdisk