django-rest-framework/djangorestframework/runtests/urls.py

8 lines
124 B
Python
Raw Normal View History

2011-03-13 20:08:46 +03:00
"""
Blank URLConf just to keep runtests.py happy.
"""
from django.conf.urls.defaults import *
urlpatterns = patterns('',
2011-12-29 17:31:12 +04:00
)