aboutsummaryrefslogtreecommitdiffstats
path: root/tests/urls.py
blob: 62cad3395a35c5de83e4a0ec2d95baaf6a2958ab (plain)
1
2
3
4
5
6
"""
Blank URLConf just to keep the test suite happy
"""
from rest_framework.compat import patterns

urlpatterns = patterns('')