cc-4105: added wrapper around pyinotify. added some stubs and todos

This commit is contained in:
Rudi Grinberg 2012-07-24 17:12:29 -04:00
parent 493f93c425
commit f044cd91e3
7 changed files with 119 additions and 6 deletions

View file

@ -94,6 +94,7 @@ for watch_dir in sdb.list_directories():
# The stor directory is the first directory in the watched directories list
org = Organizer(channel=channels['org'],target_path=channels['watch'][0].path)
# TODO : this is wrong
watches = [ WatchSyncer(channel=pc) for pc in channels['watch'] ]
problem_files = ProblemFileHandler(channel=channels['badfile'])