Convert pipeline.py to use new-style classes
pipeline.py used old-style classes which prevent multiple inheritance working properly. lalinference_pipe subclasses these and this was causing problems using super(), so I have updated the code.
pipeline.py used old-style classes which prevent multiple inheritance working properly. lalinference_pipe subclasses these and this was causing problems using super(), so I have updated the code.