You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2009/11/11 19:44:21 UTC

svn commit: r835008 - /qpid/trunk/qpid/python/qpid/delegates.py

Author: tross
Date: Wed Nov 11 18:44:20 2009
New Revision: 835008

URL: http://svn.apache.org/viewvc?rev=835008&view=rev
Log:
Removed "finally" clause from top-level try which is incompatible with older versions of Python.

Modified:
    qpid/trunk/qpid/python/qpid/delegates.py

Modified: qpid/trunk/qpid/python/qpid/delegates.py
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/python/qpid/delegates.py?rev=835008&r1=835007&r2=835008&view=diff
==============================================================================
--- qpid/trunk/qpid/python/qpid/delegates.py (original)
+++ qpid/trunk/qpid/python/qpid/delegates.py Wed Nov 11 18:44:20 2009
@@ -31,8 +31,6 @@
   _have_sasl = True
 except:
   pass
-finally:
-  pass
 
 log = getLogger("qpid.io.ctl")
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org