@@ 47,7 47,7 @@ class PTmp(pyinotify.ProcessEvent):
"""
This class represent a watcher for the local repository.
"""
- def __init__(self, url, local_url, username):
+ def __init__(self, type_repo, url, local_url, username):
"""
"""
if type_repo == "hg":