diff gpp/contests/tests/__init__.py @ 540:51fa1e0ca218

For #243, create a contests application.
author Brian Neal <bgneal@gmail.com>
date Mon, 09 Jan 2012 01:13:08 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gpp/contests/tests/__init__.py	Mon Jan 09 01:13:08 2012 +0000
@@ -0,0 +1,2 @@
+from model_tests import *
+from view_tests import *