1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-04 18:57:50 +00:00
seahub/thirdpart/djangorestframework/runtests/urls.py
2012-07-24 22:13:06 +08:00

8 lines
124 B
Python

"""
Blank URLConf just to keep runtests.py happy.
"""
from django.conf.urls.defaults import *
urlpatterns = patterns('',
)