Spacing fixed.

This commit is contained in:
Alex Dedul 2007-07-13 04:26:38 +00:00
commit 1eed8f34d9
2 changed files with 4 additions and 4 deletions

View file

@ -98,7 +98,7 @@ class PluginManager:
plugin = self.enabled_plugins[name] plugin = self.enabled_plugins[name]
if 'update' in dir(plugin): if 'update' in dir(plugin):
plugin.update() plugin.update()
#having two methods for not breaking compatibility
if 'notify' in dir(plugin): if 'notify' in dir(plugin):
plugin.notify(events) plugin.notify(events)