index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
pkgs
/
static_assetspec
/
__init__.py
blob: cd6195397d78199627280c98c38706950411c596 (
plain
)
1
2
3
def
includeme
(
config
):
config
.
add_static_view
(
'/'
,
'pyramid.tests:fixtures'
)