cc-4235: added todo to fix this shit

This commit is contained in:
Rudi Grinberg 2012-08-16 13:01:39 -04:00
parent 6b4964b24d
commit 25b5ad43a1
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ class Manager(Loggable):
self.organize_channel = 'organize'
self.watch_listener = StoreWatchListener(signal = self.watch_channel)
# TODO : change this to a weak ref
# TODO : get rid of this hack once cc-4235 is fixed
self.__timeout_thread = ManagerTimeout(self)
self.__timeout_thread.daemon = True
self.__timeout_thread.start()