This commit is contained in:
Kovid Goyal 2012-07-06 08:27:22 +05:30
parent 14a28a240a
commit 133c2dac69

View File

@ -497,6 +497,7 @@ def initialize_plugin(plugin, path_to_zip_file):
%tb) + '\n'+tb)
def has_external_plugins():
'True if there are updateable (zip file based) plugins'
return bool(config['plugins'])
def initialize_plugins(perf=False):