aboutsummaryrefslogtreecommitdiff
path: root/android_build/urls_nonroot.py
blob: 7a59f8514ba9334eb273aaade2cf7d7c80a19029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
###############################################################################
# Copyright (c) 2011 Linaro
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
###############################################################################

from django.conf.urls.defaults import *


urlpatterns = patterns('',

    (r'^mockup/', include('android_build.urls')),

)