Skip to content

Commit

Permalink
Merge branch 'logging-support' into integration
Browse files Browse the repository at this point in the history
  • Loading branch information
multani committed Jan 2, 2012
2 parents 07f4043 + 53fe196 commit 21b0bc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonata/pluginsystem.py
Expand Up @@ -118,6 +118,7 @@ def _get_module(self):

class PluginSystem(object):
def __init__(self):
self.logger = logging.getLogger(__name__)
self.plugin_infos = []
self.notifys = []

Expand Down

0 comments on commit 21b0bc8

Please sign in to comment.