.hgignore
author Madhusudan.C.S <madhusudancs@gmail.com>
Sat, 22 Aug 2009 03:44:13 +0530
changeset 2781 8f6c0a5a7491
parent 2587 ec7818110fd2
permissions -rw-r--r--
program_logic is passed as a parameter to three checkers than hard coding it. program_logic is added as a parameter to checkIsActivePeriod checkCanCreateOrgApp checkIsNotParticipatingInProgramInScope access check methods and the corresponding arguments are added in all the places they are used.

# use glob syntax.
syntax: glob

*.pyc
*.zip
*~
.project
.pydevproject
app.yaml
build
tests/coverageResults
*,cover
tests/.coverage
*.git
*.egg-info
eggs
parts
.installed.cfg
bin
develop-eggs
.gitignore
.DS_Store
.settings