diff options
author | Peter Jones <pjones@redhat.com> | 2005-03-09 22:03:01 +0000 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2005-03-09 22:03:01 +0000 |
commit | 58c3f1b1e20f6783cc1c1052a44a12a15ed4bea2 (patch) | |
tree | 45d6de68330e8dcd6070b1a5471e838e7fddf19e /textw/partition_text.py | |
parent | 18e563adebeae67044571d78c114693f6e08309e (diff) | |
download | anaconda-58c3f1b1e20f6783cc1c1052a44a12a15ed4bea2.tar.gz anaconda-58c3f1b1e20f6783cc1c1052a44a12a15ed4bea2.tar.xz anaconda-58c3f1b1e20f6783cc1c1052a44a12a15ed4bea2.zip |
move availRaidLevels from fsset.py to raid.py, so it can be evaluated right
in all imports
Diffstat (limited to 'textw/partition_text.py')
-rw-r--r-- | textw/partition_text.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 * |