thirdparty/google_appengine/lib/django/tests/regressiontests/dispatch/tests/__init__.py
changeset 109 620f9b141567
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/thirdparty/google_appengine/lib/django/tests/regressiontests/dispatch/tests/__init__.py	Tue Aug 26 21:49:54 2008 +0000
@@ -0,0 +1,7 @@
+"""
+Unit-tests for the dispatch project
+"""
+
+from test_dispatcher import *
+from test_robustapply import *
+from test_saferef import *