projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3a1491
)
commenting out open_welcome_page argument that doesn't seem to work with real installer
author
Peter Secor
<secorp@allmydata.com>
Fri, 15 Feb 2008 19:50:10 +0000
(12:50 -0700)
committer
Peter Secor
<secorp@allmydata.com>
Fri, 15 Feb 2008 19:50:10 +0000
(12:50 -0700)
windows/confwiz.py
patch
|
blob
|
history
diff --git
a/windows/confwiz.py
b/windows/confwiz.py
index 6b0c24737f7d9cf07fe95cafe6517c14b2b59b4f..3a88caff6d3aec2b80e37053cd3df44c09eb7c10 100644
(file)
--- a/
windows/confwiz.py
+++ b/
windows/confwiz.py
@@
-2,4
+2,5
@@
import sys
from allmydata.gui.confwiz import main
if __name__ == '__main__':
- main(sys.argv, open_welcome_page=False)
+# main(sys.argv, open_welcome_page=False)
+ main(sys.argv)