aboutsummaryrefslogtreecommitdiffstats
path: root/python/download_markit_quotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/download_markit_quotes.py')
-rw-r--r--python/download_markit_quotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/download_markit_quotes.py b/python/download_markit_quotes.py
index a56ee67f..6ee2b761 100644
--- a/python/download_markit_quotes.py
+++ b/python/download_markit_quotes.py
@@ -9,7 +9,7 @@ from selenium.common.exceptions import TimeoutException
import time, os, shutil
from config import markit_login, markit_password
-from insert_tranche_quotes import insert_quotes
+from task_server.insert_tranche_quotes import insert_quotes
import logging
import sys