diff options
author | bfox <bfox> | 2000-11-22 18:13:02 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-11-22 18:13:02 +0000 |
commit | d7fc1e341a40a595ce0386067ecac5bca987b951 (patch) | |
tree | a58f4e65cae6c53587ae5ae7088bf388632fa39d /todo.py | |
parent | 497ff4704d11d3a2cff2a74b604417f7b498f81e (diff) | |
download | anaconda-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.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |