From c43ea8581fba1789aade518540a9fa55e7590adf Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Fri, 6 Jul 2001 03:21:49 +0000 Subject: import everything --- installclasses/custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installclasses/custom.py') 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): -- cgit