Revision 7260cfbe lib/asyncnotifier.py

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

  
27 27
try:
28
  # pylint: disable-msg=E0611
28 29
  from pyinotify import pyinotify
29 30
except ImportError:
30 31
  import pyinotify
......
34 35
  """An asyncore dispatcher for inotify events.
35 36

  
36 37
  """
37

  
38
  # pylint: disable-msg=W0622,W0212
38 39
  def __init__(self, watch_manager, default_proc_fun=None, map=None):
39 40
    """Initializes this class.
40 41

  

Also available in: Unified diff