Revision b459a848 qa/qa_config.py

b/qa/qa_config.py
39 39
  """Loads the passed configuration file.
40 40

  
41 41
  """
42
  global cfg # pylint: disable-msg=W0603
42
  global cfg # pylint: disable=W0603
43 43

  
44 44
  cfg = serializer.LoadJson(utils.ReadFile(path))
45 45

  

Also available in: Unified diff