Shopify / pyoozie

Library for querying and scheduling with Apache Oozie
https://py-oozie.readthedocs.io
MIT License
11 stars 12 forks source link

Add super calls #28

Closed cfournie closed 7 years ago

cfournie commented 7 years ago

This PR changes many __init__ methods in pyoozie.tags such that they call super to get a proxy object instead of calling a specific __init__ method.