mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-17 19:40:21 +01:00
* Changes except-try blocks to objects methods.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user