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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user