fixed make mac, it wasn't working anymore

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@105 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2009-03-08 09:46:29 +00:00
parent 1ec69658c2
commit 5a0d52a79e
5 changed files with 14 additions and 16 deletions

View File

@@ -0,0 +1,4 @@
import argvemulator, os
argvemulator.ArgvCollector().mainloop()
execfile(os.path.join(os.path.split(__file__)[0], "relational_gui.py"))