added TODO

This commit is contained in:
Rudi Grinberg 2012-11-15 14:24:17 -05:00
parent 57b13607c5
commit 975508a549
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ class ManagerTimeout(InstanceInheritingThread,Loggable):
self.manager.flush_organize()
class Manager(Loggable):
# NOTE : this massive class is a source of many problems of mm and
# is in dire need of breaking up and refactoring.
""" An abstraction over media monitors core pyinotify functions.
These include adding watched,store, organize directories, etc.
Basically composes over WatchManager from pyinotify """