diff options
author | bfox <bfox> | 2001-01-18 18:55:06 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-01-18 18:55:06 +0000 |
commit | 74536a682770ff8f8dce9da3affdd4067f45a605 (patch) | |
tree | 29092c6681a39f8f82b1e180ec584c7243412383 /todo.py | |
parent | ecfd66bc9aa7a7fe27673fbb7542e2896f6c07a2 (diff) | |
download | anaconda-74536a682770ff8f8dce9da3affdd4067f45a605.tar.gz anaconda-74536a682770ff8f8dce9da3affdd4067f45a605.tar.xz anaconda-74536a682770ff8f8dce9da3affdd4067f45a605.zip |
Added state variable for the lang support screen.
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -437,7 +437,7 @@ class ToDo: self.depthState = "" self.initState = "" self.dhcpState = "" - + self.langState = 0 # If reconfig mode, don't probe floppy #print self.reconfigOnly |