From 58c3f1b1e20f6783cc1c1052a44a12a15ed4bea2 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 9 Mar 2005 22:03:01 +0000 Subject: move availRaidLevels from fsset.py to raid.py, so it can be evaluated right in all imports --- textw/partition_text.py | 1 + 1 file changed, 1 insertion(+) (limited to 'textw') diff --git a/textw/partition_text.py b/textw/partition_text.py index 8dcdce89b..cc4afaba7 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -24,6 +24,7 @@ from partedUtils import * from partIntfHelpers import * from partRequests import * from fsset import * +from raid import availRaidLevels from autopart import * from snack import * from constants_text import * -- cgit