cc-4105: refactored a few routines, added more comments

This commit is contained in:
Rudi Grinberg 2012-07-25 15:13:04 -04:00
parent b3fea71916
commit 6214ac961d
6 changed files with 30 additions and 30 deletions

View file

@ -128,7 +128,7 @@ class Manager(Loggable):
self.__remove_watch(watch_dir)
else:
self.logger.info("'%s' is not being watched, hence cannot be removed"
% watch_dir)
% watch_dir)
def loop(self):
"""