cc-4228: added tests for m.m.eventcontractor

This commit is contained in:
Rudi Grinberg 2012-08-17 11:02:46 -04:00
parent 04836695e7
commit 4a10fb2ecf
2 changed files with 53 additions and 2 deletions

View file

@ -104,8 +104,7 @@ class FakePyinotify(object):
instantiate objects from the classes below whenever we want to turn
a single event into multiple events
"""
def __init__(self, path):
self.pathname = path
def __init__(self, path): self.pathname = path
class OrganizeFile(BaseEvent, HasMetaData):
def __init__(self, *args, **kwargs):