try/except/finally combinations are only supported in Python 2.5. in this case,...
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 30 Jan 2008 17:36:43 +0000 (17:36 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 30 Jan 2008 17:36:43 +0000 (17:36 +0000)
commit414c44aefcd7ffd3717875a0d7bc619951352c47
tree926960d3af58ddf9b204c73bf7112796ca8f5c0b
parent146cce77233c424cce438ef3ed2c30f397719835
try/except/finally combinations are only supported in Python 2.5.  in this case, the finally is not necessary. removed it

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1230 9efc2488-bf62-4759-914b-345cdb29e865
src/python/osrf/server.py