z25 / pyZOCP

Python ZOCP implementation (Z25 Orchestration Control Protocol)
GNU Lesser General Public License v3.0
33 stars 5 forks source link

Compatibility with Python 2.7 #58

Closed fieldOfView closed 9 years ago

fieldOfView commented 9 years ago

Now Pyre is compatible with Python 2.7, so can pyZOCP be compatible. This patch fixes mostly the examples to use super() more correctly.