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

7 lines
123 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('',
)