1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-15 13:43:36 +00:00
seahub/thirdpart/rest_framework/runtests/urls.py
2013-03-01 13:38:05 +08:00

8 lines
124 B
Python

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