mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-06 03:36:46 +00:00
8 lines
124 B
Python
8 lines
124 B
Python
|
"""
|
||
|
Blank URLConf just to keep runtests.py happy.
|
||
|
"""
|
||
|
from django.conf.urls.defaults import *
|
||
|
|
||
|
urlpatterns = patterns('',
|
||
|
)
|