From bccadc700a4ebf0cca6345e6d33d421d5572ac73 Mon Sep 17 00:00:00 2001 From: gryf Date: Thu, 7 Dec 2006 16:55:24 +0000 Subject: [PATCH] * Change of starting .py files, now it can be possible to use __debug__ variable. --- pyGTKtalog.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyGTKtalog.py b/pyGTKtalog.py index ae97f83..dd43378 100755 --- a/pyGTKtalog.py +++ b/pyGTKtalog.py @@ -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