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
445 stars 145 forks source link

Make super() syntax compatible with Python 2 #45

Closed philsuth closed 1 month 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.

philsuth commented 1 month ago

This is 4+ years past its use-by date. No longer relevant.