From 975508a549f77bb0ecbee1f67a90624bb32de5ef Mon Sep 17 00:00:00 2001
From: Rudi Grinberg <rudi.grinberg@gmail.com>
Date: Thu, 15 Nov 2012 14:24:17 -0500
Subject: [PATCH] added TODO

---
 python_apps/media-monitor2/media/monitor/manager.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/python_apps/media-monitor2/media/monitor/manager.py b/python_apps/media-monitor2/media/monitor/manager.py
index 89141157e..d2c0a5f64 100644
--- a/python_apps/media-monitor2/media/monitor/manager.py
+++ b/python_apps/media-monitor2/media/monitor/manager.py
@@ -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 """