manually update execinfo.mk
[dports.git] / games / plutocracy / files / plutocracy_.in
1 #!/usr/bin/env python
2
3 import sys
4 import os.path
5
6 #Change current work directory
7 os.chdir(os.path.join("%%DATADIR%%"))
8
9 #Launch the program!
10 execfile("pluto.py")