MAINT: Rename restrictions.py to asset_restrictions.py

For clarity as to what sort of restrictions these are
This commit is contained in:
Andrew Liang
2016-09-29 14:54:23 -04:00
parent 73f1ac6255
commit 148d2a5273
14 changed files with 17 additions and 19 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ from zipline.finance.commission import PerShare
from zipline.finance.execution import LimitOrder
from zipline.finance.order import ORDER_STATUS
from zipline.finance.trading import SimulationParameters
from zipline.finance.restrictions import (
from zipline.finance.asset_restrictions import (
Restriction,
HistoricalRestrictions,
StaticRestrictions,