django-rest-framework/djangorestframework/runtests/urls.py
2011-03-13 17:08:46 +00:00

7 lines
123 B
Python

"""
Blank URLConf just to keep runtests.py happy.
"""
from django.conf.urls.defaults import *
urlpatterns = patterns('',
)