diff options
author | bfox <bfox> | 2000-11-15 19:02:51 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-11-15 19:02:51 +0000 |
commit | bd5930c0ac783464790cba7203b5aaed8b7dbeb9 (patch) | |
tree | 494e7e04e28616db3de38f3c66c9131c40ed18d4 /todo.py | |
parent | 0f3b25a750e6c92d2009a2c7877277b34872a8cc (diff) | |
download | anaconda-bd5930c0ac783464790cba7203b5aaed8b7dbeb9.tar.gz anaconda-bd5930c0ac783464790cba7203b5aaed8b7dbeb9.tar.xz anaconda-bd5930c0ac783464790cba7203b5aaed8b7dbeb9.zip |
Added some more state saving variables for iw/xconfig.py
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -373,6 +373,12 @@ class ToDo: self.progressWindow = None self.fdDevice = None self.lilostate = "" + self.videoCardOriginalName = "" + self.videoCardOriginalNode = "" + self.videoCardState = "" + self.videoCardStateNode = "" + self.videoRamState = "" + # If reconfig mode, don't probe floppy #print self.reconfigOnly |