ge0rg / libmpq

Libmpq is a library for reading MPQ files (archives used by Blizzard) which can be easily used in applications.
https://libmpq.org/
GNU General Public License v2.0
76 stars 14 forks source link

Fix Python bindings; attribute name change #2

Closed mikeboers closed 12 years ago

mikeboers commented 12 years ago

At some point it seems that some function names changed slightly and the Python wrapper broke. This simply renames the Python attributes to match the library function names.

mikeboers commented 12 years ago

It looks like https://github.com/ge0rg/libmpq/pull/1 covers the same issue, and identifies the source of the issue. Therefore, I'm closing this.