]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - windows/confwiz.py
Remove the Makefile targets relating to the Mac GUI app. refs #1282
[tahoe-lafs/tahoe-lafs.git] / windows / confwiz.py
1 import sys
2 from allmydata.gui.confwiz import main
3
4 if __name__ == '__main__':
5 #    main(sys.argv, open_welcome_page=False)
6     main(sys.argv)