Port all code to PEP8

Registered by Andrea Ambu

We need to make all the code follow PEP8.

For this there is an useful tool in <branch>/phatch/other/pep8.py. You can run it with:
$ <branch>/phatch/other/pep8.py --repeat --count --show-source <filename>

More easy (but more slow) is to run an automatic script on all converted files from the 'tests' directory:
python run_pep8_test.py

To check which files still need to be converted run from the 'tests' directory:
python run_pep8_test.py --list

The policy is now reverted! By default all files should follow PEP8 now. So it is no longer necessary to add:
Follows PEP8

Blueprint information

Status:
Complete
Approver:
Stani
Priority:
Essential
Drafter:
Andrea Ambu
Direction:
Approved
Assignee:
Andrea Ambu
Definition:
Approved
Series goal:
Accepted for 0.2
Implementation:
Implemented
Milestone target:
milestone icon 0.2.7
Started by
Stani
Completed by
Stani

Related branches

Sprints

Whiteboard

Great Bryant! Thanks!

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.