diff email_list/tests/__init__.py @ 71:e2868ad47a1e

For Django 1.4, using the new manage.py.
author Brian Neal <bgneal@gmail.com>
date Sat, 14 Apr 2012 16:40:29 -0500
parents madeira/email_list/tests/__init__.py@13b2561c909d
children 3062c547bb90
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/email_list/tests/__init__.py	Sat Apr 14 16:40:29 2012 -0500
@@ -0,0 +1,2 @@
+from model_tests import *
+from view_tests import *