1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-06 03:36:46 +00:00
seahub/thirdpart/djangorestframework/runtests/urls.py

8 lines
124 B
Python
Raw Normal View History

2012-07-14 06:25:17 +00:00
"""
Blank URLConf just to keep runtests.py happy.
"""
from django.conf.urls.defaults import *
urlpatterns = patterns('',
)