cc-4232: removed wrong comments

This commit is contained in:
Rudi Grinberg 2012-08-15 16:30:33 -04:00
parent 4e0b4c210e
commit 8f114689ae
1 changed files with 0 additions and 2 deletions

View File

@ -65,8 +65,6 @@ class BaseListener(object):
self.signal = signal
class OrganizeListener(BaseListener, pyinotify.ProcessEvent, Loggable):
# this class still don't handle the case where a dir was copied recursively
def process_IN_CLOSE_WRITE(self, event):
self.process_to_organize(event)
# got cookie