[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 11/14] Import doPartitioning from storage.partitioning.
- From: David Cantrell <dcantrell redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH 11/14] Import doPartitioning from storage.partitioning.
- Date: Sun, 1 Mar 2009 20:32:49 -1000
doPartitioning is not in autopart anymore.
---
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"),
--
1.6.1.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]