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

8 lines
127 B
Python
Raw Normal View History

"""
Blank URLConf just to keep runtests.py happy.
"""
2012-12-28 00:20:01 +04:00
from rest_framework.compat import patterns
urlpatterns = patterns('',
)