aboutsummaryrefslogtreecommitdiffstats
path: root/python/markit/cds.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/markit/cds.py')
-rw-r--r--python/markit/cds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/markit/cds.py b/python/markit/cds.py
index 1a2e0dae..27b6ce0d 100644
--- a/python/markit/cds.py
+++ b/python/markit/cds.py
@@ -6,7 +6,7 @@ import requests
import shutil
import zipfile
import time
-from env import BASE_DIR
+from serenitas.utils.env import BASE_DIR
from pandas.tseries.offsets import BDay
logger = logging.getLogger(__name__)