8f05988f9c11 — cedricbonhomme 12 years ago
Added 'type_repo' arguments in __init__.
1 files changed, 1 insertions(+), 1 deletions(-)

M watcher.py
M watcher.py +1 -1
@@ 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":