1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

Overhaul of converter internals

This commit is contained in:
Paweł Jastrzębski
2015-10-20 09:54:22 +02:00
parent 3bedc3b928
commit f317a5c430
5 changed files with 448 additions and 630 deletions

View File

@@ -33,5 +33,4 @@ from kcc.comic2panel import main
if __name__ == "__main__":
freeze_support()
print('comic2panel v' + __version__ + ' - Written by Ciro Mattia Gonano and Pawel Jastrzebski.')
main(sys.argv[1:])
sys.exit(0)
sys.exit(main(sys.argv[1:]))