Revision 6af8a903

b/lib/asyncnotifier.py
25 25
import asyncore
26 26

  
27 27
try:
28
    from pyinotify import pyinotify
28
  from pyinotify import pyinotify
29 29
except ImportError:
30
    import pyinotify
30
  import pyinotify
31 31

  
32 32

  
33 33
class AsyncNotifier(asyncore.file_dispatcher):

Also available in: Unified diff