Added a DynaForm module
This allows GAE forms to be defined 'semi' dymamically, rather than
by having to explicitly create the new class.
Patch by: Sverre Rabbelier
"""Django Unit Test and Doctest framework."""from django.test.client import Clientfrom django.test.testcases import TestCase