Revision b459a848 lib/utils/__init__.py

b/lib/utils/__init__.py
26 26

  
27 27
"""
28 28

  
29
# Allow wildcard import in pylint: disable-msg=W0401
29
# Allow wildcard import in pylint: disable=W0401
30 30

  
31 31
import os
32 32
import re
......
573 573
    _set_wakeup_fd_fn = signal.set_wakeup_fd
574 574
  except AttributeError:
575 575
    # Not supported
576
    def _SetWakeupFd(self, _): # pylint: disable-msg=R0201
576
    def _SetWakeupFd(self, _): # pylint: disable=R0201
577 577
      return -1
578 578
  else:
579 579
    def _SetWakeupFd(self, fd):

Also available in: Unified diff