django-rest-framework/tests/urls.py
2015-02-03 02:14:38 -08:00

7 lines
122 B
Python

"""
Blank URLConf just to keep the test suite happy
"""
from django.conf.urls import patterns
urlpatterns = patterns('')