Upgrade the taskcoach tool to handle more recent versions of the TaskCoach file.
[faces-project.git] / bin / faces
blob285362966f811c20a4f0481b91a2615c45bf2f7f
1 #!python
2 import sys
3 sys.path.pop(0)
4 from faces.gui.plangui import main
5 sys.exit(main())