PabloCastellano / libcnml

libcnml is a CNML parser library for Python
GNU General Public License v3.0
4 stars 5 forks source link

Use more Pythonic names #5

Open PabloCastellano opened 9 years ago

PabloCastellano commented 9 years ago

A lot of methods are CamelCase, while the Python way is using underscores. Same with attributes.

PabloCastellano commented 8 years ago

Functions already renamed + deprecation warnings.

Attributes will be renamed in the next major release.