This commit is contained in:
Kovid Goyal 2012-02-06 14:02:11 +05:30
parent 9fb9e89e91
commit efcb589b19

View File

@ -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)