5d14ef5 - Slightly reduce loop and get rid of obsolete comment (amulhern)

Authored and Committed by bcl 10 years ago
    - Slightly reduce loop and get rid of obsolete comment (amulhern)
    - Slightly rewrite loop to avoid a redefining builtin error (amulhern)
    - Simplify find_library and fix redefining built-in errors. (amulhern)
    - Make loop variables a little more descriptive (amulhern)
    - Make regular expressions raw strings. (amulhern)
    - Suppress unused variable warning and check for failure. (amulhern)
    - Add W0105 warning about attribute docstrings to false positives (amulhern)
    - Make signature of setup() in parent class same as in children (amulhern)
    - Suppress some correct pylint warnings (amulhern)
    - Get _loopMap.values() when all that's needed is the values (amulhern)
    - Obvious fix inspired by pylint E0602 error (amulhern)
    - Suppress W0631 warning for abbr and prefix. (amulhern)
    - Do not do formatting operation in the argument of the translation (amulhern)
    - Remove unnecessary global statements (amulhern)
    - Disable W0703 message in test (amulhern)
    - Explicitly set the module level platform variable (amulhern)
    
        
file modified
+1 -0
file modified
+19 -1
file modified
+1 -1