Merge prop changes

This commit is contained in:
Cerberus
2011-05-16 15:16:34 -05:00
parent 72f2f21f98
commit e59a50c5f1
6 changed files with 44 additions and 47 deletions

View File

@@ -14,9 +14,6 @@
# under the License.
class NoopNotifier(object):
"""A notifier that doesn't actually do anything. Simply a placeholder"""
def notify(self, message):
"""Notifies the recipient of the desired event given the model"""
pass
def notify(message):
"""Notifies the recipient of the desired event given the model"""
pass