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

Code cleanup

This commit is contained in:
Paweł Jastrzębski
2014-06-18 09:35:41 +02:00
committed by Paweł Jastrzębski
parent 5450502c2a
commit aadfca8306
5 changed files with 379 additions and 418 deletions

View File

@@ -63,10 +63,10 @@ if len(missing) > 0:
exit(1)
from multiprocessing import freeze_support
from kcc.comic2ebook import main, Copyright
from kcc.comic2ebook import main
if __name__ == "__main__":
freeze_support()
Copyright()
print(('comic2ebook v%(__version__)s. Written by Ciro Mattia Gonano and Pawel Jastrzebski.' % globals()))
main(sys.argv[1:])
sys.exit(0)