mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-19 07:33:11 +02:00
Fix #4656 (Catalog Generation doesn't seem to have a type specified for export)
This commit is contained in:
parent
b0b761b10b
commit
2b31af62ee
1 changed files with 3 additions and 0 deletions
|
|
@ -112,6 +112,9 @@ def run(self, opts):
|
|||
|
||||
includes += ['calibre.gui2.convert.'+x.split('/')[-1].rpartition('.')[0] for x in \
|
||||
glob.glob('src/calibre/gui2/convert/*.py')]
|
||||
includes += ['calibre.gui2.catalog.'+x.split('/')[-1].rpartition('.')[0] for x in \
|
||||
glob.glob('src/calibre/gui2/catalog/*.py')]
|
||||
|
||||
|
||||
LOADER = '/tmp/loader.py'
|
||||
open(LOADER, 'wb').write('# This script is never actually used.\nimport sys')
|
||||
|
|
|
|||
Loading…
Reference in a new issue