cc-4228: added tests for m.m.eventcontractor
This commit is contained in:
parent
04836695e7
commit
4a10fb2ecf
2 changed files with 53 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue