Code

Move out parts of client.py to new modules:
authorjlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 11 Feb 2004 21:34:31 +0000 (21:34 +0000)
committerjlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 11 Feb 2004 21:34:31 +0000 (21:34 +0000)
commitb4a76c697afb9a0004a0cef484a9cd06b9057038
tree52721d933ef4fb8dd2aac778e93ccd72344580cd
parentbf396e0654d7b5886e0734860f3966a30f3278cc
Move out parts of client.py to new modules:
* actions.py - the xxxAction and xxxPermission functions refactored into Action classes
* exceptions.py - all exceptions
* form_parser.py - parsePropsFromForm & extractFormList in a FormParser class

Also added some new tests for the Actions.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2072 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi/actions.py [new file with mode: 0755]
roundup/cgi/client.py
roundup/cgi/exceptions.py [new file with mode: 0755]
roundup/cgi/form_parser.py [new file with mode: 0755]
test/test_actions.py [new file with mode: 0755]
test/test_cgi.py