mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 12:13:17 +02:00
...
This commit is contained in:
parent
53b43f6e0c
commit
2a50c69e86
1 changed files with 1 additions and 1 deletions
|
|
@ -1763,7 +1763,7 @@ def show_stats():
|
|||
'calibre.utils.terminal', 'calibre.utils.magick', 'PIL', 'Image',
|
||||
'sqlite3', 'mechanize', 'httplib', 'xml', 'inspect', 'urllib',
|
||||
'calibre.utils.date', 'calibre.utils.config', 'platform',
|
||||
'calibre.utils.zipfile',
|
||||
'calibre.utils.zipfile', 'calibre.utils.formatter',
|
||||
):
|
||||
if x in sys.modules:
|
||||
ret = 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue