antitree / AxmlParserPY

Python AxmlParser
77 stars 61 forks source link

Use properties and some python formatting changes #3

Closed kanzure closed 12 years ago

kanzure commented 12 years ago

These commits add properties to some of the classes, allowing users to just get the attribute they want instead of remembering getters/setters.

Also, there are whitespace changes, formatting changes, etc. For example, some files had both tabs and spaces, or the spacing was incorrect, and other random things.