diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-06 03:21:49 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-06 03:21:49 +0000 |
commit | c43ea8581fba1789aade518540a9fa55e7590adf (patch) | |
tree | 38db0256f542f76a39cc2df98634607f32bb4233 /installclasses | |
parent | 1d625c76ae06caf6494965e653a7bb88c262937e (diff) | |
download | anaconda-c43ea8581fba1789aade518540a9fa55e7590adf.tar.gz anaconda-c43ea8581fba1789aade518540a9fa55e7590adf.tar.xz anaconda-c43ea8581fba1789aade518540a9fa55e7590adf.zip |
import everything
Diffstat (limited to 'installclasses')
-rw-r--r-- | installclasses/custom.py | 2 |
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): |