olls / graphics

A console based graphics engine for simple Unicode games and animations.
GNU General Public License v3.0
11 stars 4 forks source link

PEP8 Compliance #32

Closed olls closed 10 years ago

olls commented 10 years ago

I've decided to make the code compliant (within reason) to the PEP8 standard.

olls commented 10 years ago

The only thing I've ignored is "E251 no spaces around keyword / parameter equals" where the parameters are spread over multiple lines.