Skip to content
  • Simon Feltman's avatar
    PEP8 fixes in shlib.py · 2959fd6d
    Simon Feltman authored
    Conform shlibs.py to the PEP8 standard. New additions were causing make
    check to fail:
     Fixed E211 whitespace before '('
     Fixed E501 line too long (104 > 99 characters)
    2959fd6d