Files
catalyst/zipline/utils
Jonathan Kamens cd98b52454 BUG: Correct method for finding security lists directory
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.
2015-05-04 10:42:40 -04:00
..
2015-03-19 17:21:25 -04:00
2014-03-26 20:46:20 +09:00
2015-02-11 06:25:53 -05:00
2015-03-19 17:21:25 -04:00
2015-02-11 06:25:53 -05:00
2015-03-19 17:21:25 -04:00
2014-03-26 20:46:20 +09:00
2015-03-02 11:32:46 -05:00