]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
commenting out open_welcome_page argument that doesn't seem to work with real installer
authorPeter Secor <secorp@allmydata.com>
Fri, 15 Feb 2008 19:50:10 +0000 (12:50 -0700)
committerPeter Secor <secorp@allmydata.com>
Fri, 15 Feb 2008 19:50:10 +0000 (12:50 -0700)
windows/confwiz.py

index 6b0c24737f7d9cf07fe95cafe6517c14b2b59b4f..3a88caff6d3aec2b80e37053cd3df44c09eb7c10 100644 (file)
@@ -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)