.hgignore
author Daniel Diniz <ajaksu@gmail.com>
Fri, 03 Jul 2009 21:06:22 +0200
changeset 2517 97117d341f62
parent 2441 a24b2b4af87d
child 2587 ec7818110fd2
permissions -rw-r--r--
Split SurveyForm into SurveyTakeForm and SurveyEditForm. This allows for a more cleaner implementation of the Form code. And this will make it easier to break free from the getFields method in the future. Also the getRoleSpecifcFields method and the this_user and project variables have been removed. They are deemed obsolete. Reviewed by: Lennard de Rijk

# use glob syntax.
syntax: glob

*.pyc
*.zip
*~
.project
.pydevproject
app.yaml
build
tests/coverageResults
*,cover
tests/.coverage
*.git
.gitignore
.DS_Store
.settings