Fixed try/except/finally for Python 2.4 compatability

This commit is contained in:
Jason Gerard DeRose 2009-10-15 15:00:57 -06:00
parent 8dc21d6f30
commit 5fad455ff4

View File

@ -102,6 +102,7 @@ class WSGIExecutioner(Executioner):
result = None
error = None
_id = None
try:
try:
self.create_context(ccache=environ.get('KRB5CCNAME'))
if (