1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-23 22:51:45 +00:00

Added basic error reporting

This commit is contained in:
Ciro Mattia Gonano
2013-01-28 09:47:46 +01:00
parent f40a95765b
commit 02a7bca07c
5 changed files with 56 additions and 29 deletions

1
kcc.py
View File

@@ -41,4 +41,5 @@ from kcc import gui
root = Tk()
app = gui.MainWindow(master=root,title="Kindle Comic Converter v" + __version__)
root.tkraise()
root.mainloop()