tests/app/soc/views/simple.py
author Augie Fackler <durin42@gmail.com>
Sun, 26 Oct 2008 00:27:17 +0000
changeset 419 e9280ea935e4
permissions -rw-r--r--
Start a test system for the webapp itself.

#!/usr/bin/env python



if __name__ == '__main__':
  print 'This is not a standalone script. Please run it using tests/run.py.'