aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/tests/test_dates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/test_dates.py b/python/tests/test_dates.py
index d30809c9..968d0912 100644
--- a/python/tests/test_dates.py
+++ b/python/tests/test_dates.py
@@ -6,7 +6,7 @@ import sys
sys.path.append('..')
from analytics.utils import *
from analytics.tranche_functions import cds_accrued
-from pyisda.date import roll_date as roll_date_c, cds_accrued as cds_accrued_c
+from pyisda.date import roll_date as roll_date_c, cds_accrued as cds_accrued_c, previous_twentieth
class TestStartDate(unittest.TestCase):