david-caro / python-foreman

Small low level python wrapper around Foreman API
GNU General Public License v2.0
57 stars 37 forks source link

python3 support #23

Closed tsujamin closed 8 years ago

tsujamin commented 9 years ago

I've added support for python 3 to the package. There were only a handful of changes that were required, but the six package was needed in order to deal with metaclasses.

tested using python 3.3.2 and 2.7.5 under Fedora 20.

david-caro commented 8 years ago

Related to #57

david-caro commented 8 years ago

Sorry for the delay, I've used #57 for the python3 support (though I'll reuse some of your changes in the future for it) and I've added the commits that you have that add the definitions separatedly.

Thanks a lot for the patches!!