From 8486805b982b49c1a12f28945ec7346a605d0f5b Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 5 Dec 2012 12:12:11 +0100 Subject: Snip quoted text in replies --- hyperkitty/tests/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'hyperkitty/tests/__init__.py') diff --git a/hyperkitty/tests/__init__.py b/hyperkitty/tests/__init__.py index bf3e6b6..f3ee25f 100644 --- a/hyperkitty/tests/__init__.py +++ b/hyperkitty/tests/__init__.py @@ -22,3 +22,4 @@ from hyperkitty.tests.test_views import * from hyperkitty.tests.test_models import * from hyperkitty.tests.test_forms import * +from hyperkitty.tests.test_templatetags import * -- cgit