Files
catalyst/zipline
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-04-06 16:43:35 -04:00
2015-04-22 22:07:25 -04:00
2015-02-13 17:53:02 +01:00
2015-04-10 15:19:54 -04:00