CodeReclaimers / btce-api

Python wrapper around the public and trading APIs of BTC-e.com
MIT License
191 stars 123 forks source link

Relative imports #38

Closed invl closed 7 years ago

invl commented 10 years ago

Relative imports is widely used in popular projects like Flask, requests, ...

And it's required for vendorizing this package considering it's not yet very stable.

CodeReclaimers commented 7 years ago

Apologies for not getting to this much earlier! At this point I believe I've completely switched over to relative imports everywhere.