Do a more generic plugin : page_to_hit
This commit is contained in:
@@ -31,6 +31,8 @@ class IPlugin(object):
|
||||
def preloadPlugins(plugins, iwla):
|
||||
cache_plugins = {}
|
||||
|
||||
print "==> Preload plugins"
|
||||
|
||||
for root in plugins.keys():
|
||||
for plugin_filename in plugins[root]:
|
||||
plugin_path = root + '.' + plugin_filename
|
||||
|
||||
Reference in New Issue
Block a user