aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/runtests/urls.py
blob: ed5baeae6a15755212ce469ec17809a89b5071c3 (plain)
1
2
3
4
5
6
7
"""
Blank URLConf just to keep runtests.py happy.
"""
from rest_framework.compat import patterns

urlpatterns = patterns('',
)