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: e7d3e93737c675d343294b1c93c329c7a03a9ea4 (
plain
)
1
2
def
includeme
(
config
):
config
.
add_static_view
(
'/'
,
'tests:fixtures'
)