This website requires JavaScript.
Explore
Help
Register
Sign In
EbookFoundation
/
fef-questionnaire
mirror of
https://github.com/EbookFoundation/fef-questionnaire.git
Watch
1
Star
0
Fork
You've already forked fef-questionnaire
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d4dbab81ba
fef-questionnaire
/
questionnaire
/
modelutils.py
6 lines
95 B
Python
Raw
Normal View
History
Unescape
Escape
general renovations
2016-07-26 21:08:23 +00:00
#!/usr/bin/python
fill data from database if value not in post
2015-11-29 08:48:53 +00:00
if
__name__
==
"
__main__
"
:
import
doctest
doctest
.
testmod
(
)