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
/
repoze
/
bfg
/
tests
/
fixtureapp
/
models.py
blob: a57b063087ab6cd2b2276f0934f5da642050c16d (
plain
)
1
2
3
4
5
from
zope.interface
import
Interface
class
IFixture
(
Interface
):
pass