storage is Storage instance, refer to mdraid module without using it
On Tue, 2009-03-10 at 18:17 +0100, Radek Vykydal wrote:
> ---
> iw/raid_dialog_gui.py | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
This is also not needed due to commit
f37a69c451f7ce1f4ddb8d0a3b5e0077a8b3efc7.
Dave
>
> diff --git a/iw/raid_dialog_gui.py b/iw/raid_dialog_gui.py
> index efca453..4481d52 100644
> --- a/iw/raid_dialog_gui.py
> +++ b/iw/raid_dialog_gui.py
> @@ -28,7 +28,7 @@ import gtk
> import datacombo
>
> import gui
> -import storage.devicelibs.mdraid
> +from storage.devicelibs.mdraid import *
> from storage.devices import *
> from storage.deviceaction import *
> from partition_ui_helpers_gui import *
> @@ -418,7 +418,7 @@ class RaidEditor:
>
>
> if not origrequest.exists:
> - self.levelcombo = self.createRaidLevelMenu(storage.devicelibs.mdraid .raid_levels,
> + self.levelcombo = self.createRaidLevelMenu(raid_levels,
> origrequest.level)
> lbl.set_mnemonic_widget(self.levelcombo)
> else:
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|