tests/app/soc/views/simple.py
changeset 419 e9280ea935e4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/app/soc/views/simple.py	Sun Oct 26 00:27:17 2008 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+
+
+if __name__ == '__main__':
+  print 'This is not a standalone script. Please run it using tests/run.py.'
+