FalkTannhaeuser / python-onvif-zeep

ONVIF Client Implementation in Python 2+3 (using https://github.com/mvantellingen/python-zeep instead of suds as SOAP client)
MIT License
424 stars 138 forks source link

Make super() syntax compatible with Python 2 #45

Open philsuth opened 5 years ago

philsuth commented 5 years ago

This is a minor change to the usage of super() within client.py to maintain Python 2 compatibility. I believe this should resolve issue #33.