siggame / Joueur.py

Python client for the Cerveau game server.
MIT License
4 stars 21 forks source link

PEP8 compliant creer templates. #11

Open JacobFischer opened 6 years ago

JacobFischer commented 6 years ago

Currently there is no 80 width limiter for the creer templates. Use TextWrapper to wrap long lines. Then it should be full compliant.

If there are other PEP8 errors fix them too; though I think I already did that a while back.