thirdparty/google_appengine/lib/django/tests/regressiontests/dispatch/tests/__init__.py
changeset 2866 a04b1e4126c4
parent 2864 2e0b0af889be
child 2868 9f7f269383f7
equal deleted inserted replaced
2864:2e0b0af889be 2866:a04b1e4126c4
     1 """
       
     2 Unit-tests for the dispatch project
       
     3 """
       
     4 
       
     5 from test_dispatcher import *
       
     6 from test_robustapply import *
       
     7 from test_saferef import *