gevent ain't working so it's cut

This commit is contained in:
Rudi Grinberg 2012-10-22 12:52:47 -04:00
parent 75ba2d8e90
commit 32ce685e0e
2 changed files with 12 additions and 3 deletions

View file

@ -250,6 +250,10 @@ class Manager(Loggable):
notifier = pyinotify.Notifier(self.wm)
notifier.coalesce_events()
notifier.loop()
#notifier = pyinotify.ThreadedNotifier(self.wm, read_freq=1)
#notifier.coalesce_events()
#notifier.start()
#return notifier
#import asyncore
#notifier = pyinotify.AsyncNotifier(self.wm)
#asyncore.loop()