summaryrefslogtreecommitdiffstats
path: root/hyperkitty/tests/test_lib.py
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-15 12:02:04 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-15 12:02:04 +0200
commit1c0db6b8e3b262b9cdba6a32e71c9bbac8b5f7cc (patch)
tree54fecd587266ebac0efe2bd777d2fc2776fa092b /hyperkitty/tests/test_lib.py
parent1a339ac1f7dac6e63b83864b6421aed1b0fdde75 (diff)
downloadhyperkitty-1c0db6b8e3b262b9cdba6a32e71c9bbac8b5f7cc.tar.gz
hyperkitty-1c0db6b8e3b262b9cdba6a32e71c9bbac8b5f7cc.tar.xz
hyperkitty-1c0db6b8e3b262b9cdba6a32e71c9bbac8b5f7cc.zip
Cleanups in the lib/__init__.py file
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):