repo.or.cz
/
faces-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Upgrade the taskcoach tool to handle more recent versions of the TaskCoach file.
[faces-project.git]
/
bin
/
faces
blob
285362966f811c20a4f0481b91a2615c45bf2f7f
1
#!python
2
import sys
3
sys.path.pop(0)
4
from faces.gui.plangui import main
5
sys.exit(main())