[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH 11/14] Import doPartitioning from storage.partitioning.
- From: David Lehman <dlehman redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH 11/14] Import doPartitioning from storage.partitioning.
- Date: Mon, 02 Mar 2009 10:17:39 -0600
On Sun, 2009-03-01 at 20:32 -1000, David Cantrell wrote:
> doPartitioning is not in autopart anymore.
Ack.
> ---
> iw/partition_gui.py | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/iw/partition_gui.py b/iw/partition_gui.py
> index 48e32ca..87d756f 100644
> --- a/iw/partition_gui.py
> +++ b/iw/partition_gui.py
> @@ -44,6 +44,7 @@ import partition_dialog_gui
> from partIntfHelpers import *
> from constants import *
> from partition_ui_helpers_gui import *
> +from storage.partitioning import doPartitioning
>
> import gettext
> _ = lambda x: gettext.ldgettext("anaconda", x)
> @@ -989,7 +990,7 @@ class PartitionWindow(InstallWindow):
> self.tree.clear()
>
> try:
> - autopart.doPartitioning(self.storage)
> + doPartitioning(self.storage)
> rc = 0
> except PartitioningError, msg:
> self.intf.messageWindow(_("Error Partitioning"),
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]