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:
@@ -66,5 +66,8 @@ if __name__ == "__main__":
|
|||||||
app.run()
|
app.run()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
app.storeSettings()
|
app.storeSettings()
|
||||||
|
app.cur.close()
|
||||||
|
app.con.close()
|
||||||
|
os.unlink(app.db_tmp_filename)
|
||||||
gtk.main_quit
|
gtk.main_quit
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user