Added gevent magic.

This commit is contained in:
Rudi Grinberg 2012-10-22 12:14:36 -04:00
parent 2527fa2e1a
commit 75ba2d8e90
4 changed files with 8 additions and 0 deletions

View file

@ -250,3 +250,6 @@ class Manager(Loggable):
notifier = pyinotify.Notifier(self.wm)
notifier.coalesce_events()
notifier.loop()
#import asyncore
#notifier = pyinotify.AsyncNotifier(self.wm)
#asyncore.loop()