Skip to content

Commit

Permalink
Provide IMessageInterface completely.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulif committed Mar 4, 2010
1 parent 4dfe664 commit 6df338f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grokcore/message/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class UniqueMessageSource(grok.GlobalUtility):

message = None

def send(self, message, type):
def send(self, message, type=u'message'):
self.message = PersistentMessage(message, type)

def list(self, type=None):
Expand Down

0 comments on commit 6df338f

Please sign in to comment.