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-30 16:35:24 -04:00
parent 73f1ac6255
commit 148d2a5273
14 changed files with 17 additions and 19 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import pytz
import zipline
from zipline.errors import SymbolNotFound
from zipline.finance.restrictions import SecurityListRestrictions
from zipline.finance.asset_restrictions import SecurityListRestrictions
from zipline.zipline_warnings import ZiplineDeprecationWarning