Revision 6c881c52 lib/backend.py

b/lib/backend.py
26 26

  
27 27
"""
28 28

  
29
# pylint: disable-msg=E1103
30

  
31
# E1103: %s %r has no %r member (but some types could not be
32
# inferred), because the _TryOSFromDisk returns either (True, os_obj)
33
# or (False, "string") which confuses pylint
34

  
29 35

  
30 36
import os
31 37
import os.path

Also available in: Unified diff