aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/download_markit_quotes.py2
-rw-r--r--python/task_server/globeop.py2
-rw-r--r--python/task_server/insert_tranche_quotes.py (renamed from python/insert_tranche_quotes.py)0
3 files changed, 2 insertions, 2 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
diff --git a/python/task_server/globeop.py b/python/task_server/globeop.py
index 61471b4b..afd6a194 100644
--- a/python/task_server/globeop.py
+++ b/python/task_server/globeop.py
@@ -2,7 +2,7 @@ import os
import os.path
from ftplib import FTP
import gnupg
-import config
+import task_server.config
import re
import logging
import argparse
diff --git a/python/insert_tranche_quotes.py b/python/task_server/insert_tranche_quotes.py
index 251d60bf..251d60bf 100644
--- a/python/insert_tranche_quotes.py
+++ b/python/task_server/insert_tranche_quotes.py