aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/test_cds.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/test_cds.py')
-rw-r--r--python/tests/test_cds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/test_cds.py b/python/tests/test_cds.py
index 28c22cc2..26ec809e 100644
--- a/python/tests/test_cds.py
+++ b/python/tests/test_cds.py
@@ -6,7 +6,7 @@ from quantlib.time.api import Date
import sys
sys.path.append('..')
-from swaption import Index
+from analytics import Index
from yieldcurve import YC, ql_to_jp
class TestUpfront(unittest.TestCase):