Closed johan-bjareholt closed 8 years ago
When trying to do 'from bistampy import api' i get 'ImportError: No module named calls'
A simple fix for this was to simply change the first line in api.py from 'import calls' to 'from . import calls'
Nice, feel free to create a PR :) need to make sure it works fine in Python 2, still.
Created a pr :)
https://github.com/unwitting/bitstampy/pull/7
Cheers!
When trying to do 'from bistampy import api' i get 'ImportError: No module named calls'
A simple fix for this was to simply change the first line in api.py from 'import calls' to 'from . import calls'