mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
9fb9e89e91
commit
efcb589b19
@ -1665,7 +1665,7 @@ if __name__ == '__main__':
|
|||||||
ret = 1
|
ret = 1
|
||||||
print (x, 'has been loaded by a plugin')
|
print (x, 'has been loaded by a plugin')
|
||||||
if ret:
|
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"')
|
' python -c "import init_calibre; import calibre.customize.builtins"')
|
||||||
print()
|
print()
|
||||||
print ('Time taken to import all plugins: %.2f'%t)
|
print ('Time taken to import all plugins: %.2f'%t)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user