Django

Code

root/django/branches/newforms-admin/django/contrib/formtools/test_urls.py

Revision 7351, 291 bytes (checked in by jkocherhans, 9 months ago)

newforms-admin: Merged from trunk up to [7350].

  • Property svn:eol-style set to native
Line 
1 """
2
3 This is a urlconf to be loaded by tests.py. Add any urls needed
4 for tests only.
5
6 """
7 from django.conf.urls.defaults import *
8 from django.contrib.formtools.tests import *
9
10 urlpatterns = patterns('',
11                        (r'^test1/', TestFormPreview(TestForm)),
12                       )
Note: See TracBrowser for help on using the browser.