Get something basic working

This commit is contained in:
Marco Pesenti Gritti
2006-05-19 14:18:41 -04:00
parent 795e4bb2db
commit d2cc475095
6 changed files with 49 additions and 30 deletions
+1 -4
View File
@@ -38,7 +38,4 @@ def start(console):
args.append('--console')
os.spawnvp(os.P_NOWAIT, 'python', args)
try:
gtk.main()
except KeyboardInterrupt:
pass
gtk.main()