summaryrefslogtreecommitdiffstats
path: root/hyperkitty/tests/test_lib.py
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/tests/test_lib.py')
-rw-r--r--hyperkitty/tests/test_lib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/tests/test_lib.py b/hyperkitty/tests/test_lib.py
index b24f5c4..4b9b778 100644
--- a/hyperkitty/tests/test_lib.py
+++ b/hyperkitty/tests/test_lib.py
@@ -23,7 +23,7 @@ import datetime
from django.test import TestCase
-from hyperkitty.lib import get_display_dates, paginate
+from hyperkitty.lib.view_helpers import get_display_dates, paginate
class GetDisplayDatesTestCase(TestCase):