Revision a2c965ea lib/asyncnotifier.py
b/lib/asyncnotifier.py | ||
---|---|---|
31 | 31 |
import pyinotify |
32 | 32 |
|
33 | 33 |
|
34 |
# We contributed the AsyncNotifier class back to python-pyinotify, and it's |
|
35 |
# part of their codebase since version 0.8.7. This code can be removed once |
|
36 |
# we'll be ready to depend on python-pyinotify >= 0.8.7 |
|
34 | 37 |
class AsyncNotifier(asyncore.file_dispatcher): |
35 | 38 |
"""An asyncore dispatcher for inotify events. |
36 | 39 |
|
Also available in: Unified diff