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

8 lines
122 B
Python
Raw Normal View History

"""
Blank URLConf just to keep runtests.py happy.
"""
2013-09-25 13:30:04 +04:00
from django.conf.urls import patterns
urlpatterns = patterns('',
)