diff options
author | bfox <bfox> | 2001-02-09 02:31:37 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-02-09 02:31:37 +0000 |
commit | f4b738f2d6a2afbef469b15dd28de2d81e83b531 (patch) | |
tree | 7224399bd95063488b291df4db988c644cf76b23 /gui.py | |
parent | a2c39cf3cfb8e6c982d6d8a00ae6286c8f7aaf64 (diff) | |
download | anaconda-f4b738f2d6a2afbef469b15dd28de2d81e83b531.tar.gz anaconda-f4b738f2d6a2afbef469b15dd28de2d81e83b531.tar.xz anaconda-f4b738f2d6a2afbef469b15dd28de2d81e83b531.zip |
added nofbmode option
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -274,8 +274,9 @@ class MessageWindow: self.mutex.wait () class InstallInterface: - def __init__ (self, runres): + def __init__ (self, runres, nofbmode): self.runres = runres + self.nofbmode = nofbmode def __del__ (self): pass |