about summary refs log tree commit diff
path: root/kcc-c2p.py
diff options
context:
space:
mode:
Diffstat (limited to 'kcc-c2p.py')
-rwxr-xr-xkcc-c2p.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcc-c2p.py b/kcc-c2p.py
index 3976e2e..cc272ad 100755
--- a/kcc-c2p.py
+++ b/kcc-c2p.py
@@ -51,10 +51,10 @@ if len(missing) > 0:
     exit(1)
 
 from multiprocessing import freeze_support
-from kcc.comic2panel import main, Copyright
+from kcc.comic2panel 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)
\ No newline at end of file