aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/intex/load_intex_collateral.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/intex/load_intex_collateral.py b/python/intex/load_intex_collateral.py
index 832775ae..64b32481 100644
--- a/python/intex/load_intex_collateral.py
+++ b/python/intex/load_intex_collateral.py
@@ -5,7 +5,7 @@ from common import root, sanitize_float
from db import conn
import sys
import uuid
-from load_indicative import upload_cusip_data, upload_deal_data
+from .load_indicative import upload_cusip_data, upload_deal_data
import logging
logger = logging.getLogger(__name__)