summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-01-17 00:30:23 +0000
committerbfox <bfox>2001-01-17 00:30:23 +0000
commit7283f9dd999a64c91e46202c9a565fa378306121 (patch)
tree3fd799404c449bb74b71430ae2b42d358b9fdb2c /todo.py
parentab2b624ea922252855408b1c4e0bf898483ad493 (diff)
downloadanaconda-7283f9dd999a64c91e46202c9a565fa378306121.tar.gz
anaconda-7283f9dd999a64c91e46202c9a565fa378306121.tar.xz
anaconda-7283f9dd999a64c91e46202c9a565fa378306121.zip
Changed return value for Language to None from []
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index 34e79dd5c..a29898b35 100644
--- a/todo.py
+++ b/todo.py
@@ -258,7 +258,7 @@ class Language (SimpleConfigFile):
def getSupported (self):
if self.info["SUPPORTED"]:
return string.split (self.info["SUPPORTED"], ':')
- return []
+ return None
def setSupported (self, langlist):
if langlist:
@@ -430,6 +430,7 @@ class ToDo:
self.initState = ""
self.dhcpState = ""
+
# If reconfig mode, don't probe floppy
#print self.reconfigOnly
if self.reconfigOnly != 1: