Pep8 stuff

This commit is contained in:
Cerberus
2011-05-11 13:22:55 -05:00
parent 77d2b9af78
commit 0952d59a4f
5 changed files with 19 additions and 9 deletions

View File

@@ -13,7 +13,10 @@
# License for the specific language governing permissions and limitations
# under the License.
class NoopNotifier(object):
"""A notifier that doesn't actually do anything. Simply a placeholder"""
def notify(self, payload):
"""Notifies the recipient of the desired event given the model"""
pass