|
a/Allura/allura/controllers/test.py |
|
b/Allura/allura/controllers/test.py |
|
... |
|
... |
81 |
if app is None:
|
81 |
if app is None:
|
82 |
raise exc.HTTPNotFound, name
|
82 |
raise exc.HTTPNotFound, name
|
83 |
c.app = app
|
83 |
c.app = app
|
84 |
return app.root, remainder
|
84 |
return app.root, remainder
|
85 |
#
|
85 |
#
|
86 |
# @expose('allura.templates.project_index')
|
86 |
# @expose('jinja:project_index.html')
|
87 |
# def index(self, **kw):
|
87 |
# def index(self, **kw):
|
88 |
# require(has_project_access('read'))
|
88 |
# require(has_project_access('read'))
|
89 |
# return dict()
|
89 |
# return dict()
|
90 |
|
90 |
|
91 |
def __call__(self, environ, start_response):
|
91 |
def __call__(self, environ, start_response):
|