Changes

Jump to: navigation, search

Programming guidelines

90 bytes added, 03:21, 26 April 2019
Pylint
Note that you must run <code>pylint</code> in the <code>gramps</code> directory. If import errors still occur, add a PYTHONPATH. Example usage:
me@laptop:~/programs/trunk/src$ PYTHONPATH=plugins/lib/ pylint --include-ids=y --reports=y plugins/mapservices/googlemap.py
Set reports to '''n ''' to have less output. Info Information on the meaning of codes can be found here: * [http://pylint-messages.wikidot.com/all-codes All codes], PyLint Messages: and what they're trying to tell you
== Best practices ==
301
edits

Navigation menu