You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2008/05/08 23:44:17 UTC

svn commit: r654637 - /incubator/qpid/trunk/qpid/python/qpid_config.py

Author: rhs
Date: Thu May  8 14:44:13 2008
New Revision: 654637

URL: http://svn.apache.org/viewvc?rev=654637&view=rev
Log:
QPID-979: added qpid_config.py appropriate for devel checkout

Added:
    incubator/qpid/trunk/qpid/python/qpid_config.py   (with props)

Added: incubator/qpid/trunk/qpid/python/qpid_config.py
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/python/qpid_config.py?rev=654637&view=auto
==============================================================================
--- incubator/qpid/trunk/qpid/python/qpid_config.py (added)
+++ incubator/qpid/trunk/qpid/python/qpid_config.py Thu May  8 14:44:13 2008
@@ -0,0 +1,23 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+import os
+
+qpid_home = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
+amqp_spec = os.path.join(qpid_home, "specs", "amqp.0-10-qpid-errata.xml")

Propchange: incubator/qpid/trunk/qpid/python/qpid_config.py
------------------------------------------------------------------------------
    svn:eol-style = native