From 1057a82ab7940efef5c5d845a053d89fe0e0ee51 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 30 Aug 2016 15:58:26 +0530 Subject: [PATCH] ... --- src/calibre/linux.py | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/calibre/linux.py b/src/calibre/linux.py index 1c90dbc517..5a4eb29a44 100644 --- a/src/calibre/linux.py +++ b/src/calibre/linux.py @@ -16,22 +16,22 @@ from calibre import CurrentDir entry_points = { 'console_scripts': [ - 'ebook-device = calibre.devices.cli:main', - 'ebook-meta = calibre.ebooks.metadata.cli:main', - 'ebook-convert = calibre.ebooks.conversion.cli:main', - 'ebook-polish = calibre.ebooks.oeb.polish.main:main', - 'markdown-calibre = calibre.ebooks.markdown.__main__:run', - 'web2disk = calibre.web.fetch.simple:main', - 'calibre-server = calibre.library.server.main:main', - 'lrf2lrs = calibre.ebooks.lrf.lrfparser:main', - 'lrs2lrf = calibre.ebooks.lrf.lrs.convert_from:main', - 'calibre-debug = calibre.debug:main', - 'calibredb = calibre.library.cli:main', - 'calibre-parallel = calibre.utils.ipc.worker:main', - 'calibre-customize = calibre.customize.ui:main', - 'calibre-complete = calibre.utils.complete:main', + 'ebook-device = calibre.devices.cli:main', + 'ebook-meta = calibre.ebooks.metadata.cli:main', + 'ebook-convert = calibre.ebooks.conversion.cli:main', + 'ebook-polish = calibre.ebooks.oeb.polish.main:main', + 'markdown-calibre = calibre.ebooks.markdown.__main__:run', + 'web2disk = calibre.web.fetch.simple:main', + 'calibre-server = calibre.library.server.main:main', + 'lrf2lrs = calibre.ebooks.lrf.lrfparser:main', + 'lrs2lrf = calibre.ebooks.lrf.lrs.convert_from:main', + 'calibre-debug = calibre.debug:main', + 'calibredb = calibre.library.cli:main', + 'calibre-parallel = calibre.utils.ipc.worker:main', + 'calibre-customize = calibre.customize.ui:main', + 'calibre-complete = calibre.utils.complete:main', 'fetch-ebook-metadata = calibre.ebooks.metadata.sources.cli:main', - 'calibre-smtp = calibre.utils.smtp:main', + 'calibre-smtp = calibre.utils.smtp:main', ], 'gui_scripts' : [ __appname__+' = calibre.gui_launch:calibre',