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

* Changes except-try blocks to objects methods.

This commit is contained in:
2007-06-23 17:06:59 +00:00
parent 9f512ec834
commit fb21b274e0

View File

@@ -75,12 +75,7 @@ if __name__ == "__main__":
gtk.main() gtk.main()
except KeyboardInterrupt: except KeyboardInterrupt:
import os import os
#c.storeSettings() m.config.save()
#c.cur.close() m.cleanup()
#c.con.close()
try:
os.unlink(c.db_tmp_filename)
except:
pass
gtk.main_quit gtk.main_quit
pass pass