warren-oneill / powerline

Extension to the zipline library for the German EPEX and EEX energy markets
Other
7 stars 1 forks source link

Python 2.7 compatibility #79

Closed warren-oneill closed 8 years ago

warren-oneill commented 8 years ago

Powerline is currently only compatible with Python 3.

warren-oneill commented 8 years ago

need to replace metaclass=ABCMeta with with_metaclass(ABCMeta) and need to change usages of super().