diff -r 000000000000 -r 0d40e90630ef web/lib/django/test/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/lib/django/test/__init__.py Wed Jan 20 00:34:04 2010 +0100 @@ -0,0 +1,6 @@ +""" +Django Unit Test and Doctest framework. +""" + +from django.test.client import Client +from django.test.testcases import TestCase, TransactionTestCase