diff options
Diffstat (limited to 'python/collateral/ms.py')
| -rw-r--r-- | python/collateral/ms.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/collateral/ms.py b/python/collateral/ms.py index f71356d6..c8bdbc8a 100644 --- a/python/collateral/ms.py +++ b/python/collateral/ms.py @@ -1,8 +1,10 @@ import pandas as pd -from . import ExchangeMessage, DAILY_DIR +from . import DAILY_DIR def download_files(count=20): + from exchange import ExchangeMessage + em = ExchangeMessage() emails = em.get_msgs( path=["NYops", "Margin calls MS"], |
