1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 11:30:19 +01:00

* Change of starting .py files, now it can be possible to use __debug__

variable.
This commit is contained in:
2006-12-07 16:55:24 +00:00
parent 1a308f586c
commit bccadc700a

View File

@@ -66,5 +66,8 @@ if __name__ == "__main__":
app.run()
except KeyboardInterrupt:
app.storeSettings()
app.cur.close()
app.con.close()
os.unlink(app.db_tmp_filename)
gtk.main_quit