mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:25:41 +02:00
...
This commit is contained in:
parent
9fb9e89e91
commit
efcb589b19
1 changed files with 1 additions and 1 deletions
|
|
@ -1665,7 +1665,7 @@ class StoreZixoStore(StoreBase):
|
|||
ret = 1
|
||||
print (x, 'has been loaded by a plugin')
|
||||
if ret:
|
||||
print ('\\nA good way to trackdown what is loading something is to run'
|
||||
print ('\\nA good way to track down what is loading something is to run'
|
||||
' python -c "import init_calibre; import calibre.customize.builtins"')
|
||||
print()
|
||||
print ('Time taken to import all plugins: %.2f'%t)
|
||||
|
|
|
|||
Loading…
Reference in a new issue