SynapseFI / SynapseFI-Python

SynapseFI Python API Wrapper
11 stars 13 forks source link

- Fix up calling super() for Python 2.x #45

Open abihari opened 7 years ago

abihari commented 7 years ago

The only thing that had to be made Python 2.x compliant was the method in which super() was being used. This code has been tested on a 2.7.3 codebase without any issues.

stevula commented 7 years ago

Thanks for the contribution. Were you able to run the tests by any chance? I tried running python -m unittest synapse_pay_rest.tests but got this error:

AttributeError: 'module' object has no attribute 'tests'