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()
except KeyboardInterrupt:
import os
#c.storeSettings()
#c.cur.close()
#c.con.close()
try:
os.unlink(c.db_tmp_filename)
except:
pass
m.config.save()
m.cleanup()
gtk.main_quit
pass