cuemacro / findatapy

Python library to download market data via Bloomberg, Eikon, Quandl, Yahoo etc.
Apache License 2.0
1.7k stars 206 forks source link

Python 2.7 : fix the Error while initiating child classes of BBGLowLe… #2

Closed spyamine closed 7 years ago

spyamine commented 7 years ago

…velTemplate

In python 2.7, the base class should inherit from object class in order that the child classes could use the super()

saeedamen commented 7 years ago

That's fine to change!