aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/dates.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/dates.py b/python/dates.py
index 49ba10d5..5d5470a5 100644
--- a/python/dates.py
+++ b/python/dates.py
@@ -2,7 +2,9 @@ import datetime
import pandas as pd
from pandas.tseries.offsets import CustomBusinessDay, Day, QuarterBegin
from pandas.tseries.holiday import get_calendar, HolidayCalendarFactory, GoodFriday
-from analytics.utils import previous_twentieth
+import sys
+sys.path.append('analytics')
+from utils import previous_twentieth
import unittest
fed_cal = get_calendar('USFederalHolidayCalendar')