nmcontrol
nmcontrol copied to clipboard
Fix various warnings/errors detected by PyLint
One of the fixes was in platform-dependent code, someone please test to make sure it still boots without exceptions on Windows.
Why do you suggest to convert all the option dicts to lists?
@phelixbtc Khal's code was converting dicts to lists at run time (but also accepted lists verbatim); that makes it impossible for PyLint to do static analysis of that code to check for errors.
FTFY: https://github.com/namecoin/nmcontrol/pull/83
Now that #83 is merged, I'll rebase this soon to not include that particular fix.