예제 #1
0
파일: git.py 프로젝트: chrisalice/gittools
 def unwatch(self, storage):
     OBSERVER.unschedule(storage.handler, ".git")
예제 #2
0
파일: git.py 프로젝트: chrisalice/gittools
 def __exit__(self, type, value, traceback):
     OBSERVER.unschedule(self, ".git")
예제 #3
0
파일: git.py 프로젝트: chrisalice/gittools
 def unwatch(self):
     OBSERVER.unschedule(self, self._abs_root_dir).stop()