Author: justi9
Date: 2008-04-25 11:42:35 -0400 (Fri, 25 Apr 2008)
New Revision: 1986
Modified:
mgmt/cumin/python/cumin/__init__.py
Log:
Use the 0-10 final amqp spec
Modified: mgmt/cumin/python/cumin/__init__.py
===================================================================
--- mgmt/cumin/python/cumin/__init__.py 2008-04-25 14:56:22 UTC (rev 1985)
+++ mgmt/cumin/python/cumin/__init__.py 2008-04-25 15:42:35 UTC (rev 1986)
@@ -139,7 +139,7 @@
if not os.path.isdir(self.home):
raise Exception("Home path '%s' is not a directory")
- sdef = os.path.normpath("/usr/share/amqp/amqp.0-10-preview.xml")
+ sdef = os.path.normpath("/usr/share/amqp/amqp.0-10.xml")
spec = os.environ.get("AMQP_SPEC", sdef)
summ = "Print this message"
Show replies by date