From 1c0db6b8e3b262b9cdba6a32e71c9bbac8b5f7cc Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 15 Jul 2013 12:02:04 +0200 Subject: Cleanups in the lib/__init__.py file --- hyperkitty/tests/test_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty/tests/test_lib.py') 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): -- cgit