mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-05 19:03:30 +08:00
cd98b52454
The correct thing to look at to figure out where the root of the zipline tree is, is `zipline.__file__`, not `zipline.__path__`. The latter could contain multiple directories in it, and is not intended to be `os.path.join()`ed as the previous code was doing.