summaryrefslogtreecommitdiffstats
path: root/textw/partition_text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-01-11 17:14:31 -0500
committerChris Lumens <clumens@redhat.com>2008-01-11 17:14:31 -0500
commita7f3b0e8089aac5cc940f2dbe2cac43ab1908e41 (patch)
tree43d8dc5c952c12e230736e8270ba2f435652a990 /textw/partition_text.py
parent24af904117b233b097e6a747c71d05f0dd51e5e9 (diff)
downloadanaconda-a7f3b0e8089aac5cc940f2dbe2cac43ab1908e41.tar.gz
anaconda-a7f3b0e8089aac5cc940f2dbe2cac43ab1908e41.tar.xz
anaconda-a7f3b0e8089aac5cc940f2dbe2cac43ab1908e41.zip
Why do we still have this crud?
Diffstat (limited to 'textw/partition_text.py')
-rw-r--r--textw/partition_text.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py
index 039cd0374..a14d81625 100644
--- a/textw/partition_text.py
+++ b/textw/partition_text.py
@@ -811,7 +811,7 @@ class PartitionWindow:
filesystem = fstype.current()
if primary.selected():
- primonly = TRUE
+ primonly = True
else:
primonly = None
@@ -821,7 +821,7 @@ class PartitionWindow:
request.mountpoint = self.mount.value()
else:
request.mountpoint = None
- request.format = TRUE
+ request.format = True
request.primary = primonly
if origrequest.start == None:
@@ -835,7 +835,7 @@ class PartitionWindow:
if growtype == "fixed":
grow = None
else:
- grow = TRUE
+ grow = True
if growtype == "limit":
if invalidInteger(limitentry.value()):
self.intf.messageWindow(_("Invalid Entry for Maximum Size"),