summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorbfox <bfox>2000-11-22 18:13:02 +0000
committerbfox <bfox>2000-11-22 18:13:02 +0000
commitd7fc1e341a40a595ce0386067ecac5bca987b951 (patch)
treea58f4e65cae6c53587ae5ae7088bf388632fa39d /todo.py
parent497ff4704d11d3a2cff2a74b604417f7b498f81e (diff)
downloadanaconda-d7fc1e341a40a595ce0386067ecac5bca987b951.tar.gz
anaconda-d7fc1e341a40a595ce0386067ecac5bca987b951.tar.xz
anaconda-d7fc1e341a40a595ce0386067ecac5bca987b951.zip
Removed state variable for 640x480 mode
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/todo.py b/todo.py
index 0767eb2be..61e1f06b7 100644
--- a/todo.py
+++ b/todo.py
@@ -325,7 +325,7 @@ class ToDo:
def __init__(self, intf, method, rootPath, setupFilesystems = 1,
installSystem = 1, mouse = None, instClass = None, x = None,
expert = 0, serial = 0, reconfigOnly = 0, test = 0,
- extraModules = [], lowres = None):
+ extraModules = []):
self.intf = intf
self.method = method
self.hdList = None
@@ -339,7 +339,6 @@ class ToDo:
self.network = Network ()
self.rootpassword = Password ()
self.extraModules = extraModules
- self.lowres = lowres
if mouse:
self.mouse = mouse