~alanbell/onboard/branding

1
2
3
4
5
6
7
8
9
10
11
12
13
14
* Always_underscore_variable_names, no CamelCase.

* Don't leave commented out code lying around.

* Use the Logger instead of print statements.

* Lines shouldn't be longer than 80 characters.

* Docstrings on class members.

* Don't let gconf leak out of the Config singleton. Don't use gconf directly in
any other class.

* Call "./setup.py build_i18n -m" to merge code changes into .po files.