summaryrefslogtreecommitdiffstats
path: root/partIntfHelpers.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-07-11 21:33:48 +0000
committerMike Fulbright <msf@redhat.com>2003-07-11 21:33:48 +0000
commit89bc60c3007545a59fa6b2f9b2db076bc546ee59 (patch)
tree215d90301f949d671a0a4688a8a15889e3582ea2 /partIntfHelpers.py
parentc1fd3e800504bfe39e5814ca5c6bb54e3be367b7 (diff)
downloadanaconda-89bc60c3007545a59fa6b2f9b2db076bc546ee59.tar.gz
anaconda-89bc60c3007545a59fa6b2f9b2db076bc546ee59.tar.xz
anaconda-89bc60c3007545a59fa6b2f9b2db076bc546ee59.zip
cleanup
Diffstat (limited to 'partIntfHelpers.py')
-rw-r--r--partIntfHelpers.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/partIntfHelpers.py b/partIntfHelpers.py
index d7381901a..5463cf97b 100644
--- a/partIntfHelpers.py
+++ b/partIntfHelpers.py
@@ -406,10 +406,6 @@ def queryNoFormatPreExisting(intf):
"However, if this partition contains files that you need "
"to keep, such as a users home directories, then you should "
"continue without formatting this partition.")
-# "\n\nAre you sure you want to continue without formatting "
-# "the partition ?")
-
-# rc = intf.messageWindow(_("Format?"), txt, type = "yesno", default = "no")
rc = intf.messageWindow(_("Format?"), txt, type = "custom", custom_buttons=[_("Cancel"), _("Do _Not Format")], custom_icon="warning")
return rc