Switch to side-by-side view
--- a/Allura/allura/command/base.py +++ b/Allura/allura/command/base.py @@ -61,7 +61,7 @@ # Probably being called from another script (websetup, perhaps?) log = logging.getLogger('allura.command') conf = pylons.config - self.tools = pylons.g.tool_entry_points.values() + self.tools = pylons.g.entry_points['tool'].values() for ep in iter_entry_points('allura.command_init'): log.info('Running command_init for %s', ep.name) ep.load()(conf)