• Jérome Perrin's avatar
    core: fixes for pylint · 31e71335
    Jérome Perrin authored
    The general approach is:
    - replace deprecated lambdas with list comprehensions
    - remove unused variables/imports
    - replace dangerous arguments [] with ()
    - replace dangerous arguments {} with None and "if None -> {}"
    - replace builtin names with something similar
    
    Now that all problems reported by pylint are fixed, enable coding style
    test.
    31e71335
Base_generateParentDomain.py 1.17 KB