Added gevent magic.
This commit is contained in:
parent
2527fa2e1a
commit
75ba2d8e90
4 changed files with 8 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue