Revision f3cb57d5 test/py/cmdlib/testsupport/lock_manager_mock.py

b/test/py/cmdlib/testsupport/lock_manager_mock.py
31 31
  """
32 32
  def __init__(self):
33 33
    # reset singleton instance, there is a separate lock manager for every test
34
    # pylint: disable=W0212
34 35
    self.__class__._instance = None
35 36

  
36 37
    super(LockManagerMock, self).__init__([], [], [], [])

Also available in: Unified diff