summaryrefslogtreecommitdiffstats
path: root/installclasses/custom.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-06 03:21:49 +0000
committerMatt Wilson <msw@redhat.com>2001-07-06 03:21:49 +0000
commitc43ea8581fba1789aade518540a9fa55e7590adf (patch)
tree38db0256f542f76a39cc2df98634607f32bb4233 /installclasses/custom.py
parent1d625c76ae06caf6494965e653a7bb88c262937e (diff)
downloadanaconda-c43ea8581fba1789aade518540a9fa55e7590adf.tar.gz
anaconda-c43ea8581fba1789aade518540a9fa55e7590adf.tar.xz
anaconda-c43ea8581fba1789aade518540a9fa55e7590adf.zip
import everything
Diffstat (limited to 'installclasses/custom.py')
-rw-r--r--installclasses/custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclasses/custom.py b/installclasses/custom.py
index 7377d57b4..64256ba4a 100644
--- a/installclasses/custom.py
+++ b/installclasses/custom.py
@@ -5,7 +5,7 @@ import iutil
from autopart import CLEARPART_TYPE_LINUX
from autopart import CLEARPART_TYPE_ALL
from autopart import CLEARPART_TYPE_NONE
-from partitioning import autoCreatePartitionRequests
+from partitioning import *
# custom installs are easy :-)
class InstallClass(BaseInstallClass):