fulfilio / python-magento

Python API to access magento API
BSD 3-Clause "New" or "Revised" License
47 stars 61 forks source link

Patch 1 #17

Closed aLoneStrider closed 5 years ago

aLoneStrider commented 7 years ago

The metaclass definition line can be removed or left, Python3 ignores metaclass assignment other than class parameter

ImreC commented 6 years ago

@tarunbhardwaj could you merge this one? I had to manually update api.py on two machines because the scripts throw an error without this change. Cheers!

sharoonthomas commented 5 years ago

Would this work on py2 and 3?

ImreC commented 5 years ago

@sharoonthomas manually implementing this change will allow the package to work on py 3+. Crazy that this hasn't been merged in over 1.5 years.

sharoonthomas commented 5 years ago

fixed by #21