Alejandro Cabrera 3c32c6894b fix: import-time side effect on errors
A subtle module mismatch occurs when importing:

    from marconiclient.transport import errors

This actually brings in marconiclient.errors, rather than the expected
marconiclient.transport.errors. This patch addresses the issue, which
was caused by import-time side effects in
marconiclient.transport.__init__.

Change-Id: I2209193fc81099b1af3e0fc174b254cdfcfc619a
2013-11-19 10:55:54 -05:00
2013-07-16 17:59:28 -04:00
2013-07-19 19:15:09 -04:00
2013-05-07 17:09:55 +02:00
2013-11-13 11:02:57 +11:00
2013-10-04 18:14:24 +02:00
2013-10-29 16:43:03 +01:00
2013-09-26 16:37:42 +02:00
2013-09-12 11:29:34 +02:00

Python Marconi Client

version

0.1.0

Wiki

Marconi Wiki

Launchpad

Marconi Launchpad

Review

Code Review

Design

Client Wiki

IRC

#openstack-marconi @ freenode

Welcome to the Marconi Client Python bindings project!

Table of Contents

Installation

Until this project is on PyPi, the official way to install these bindings are to:

pip install git+https://github.com/openstack/python-marconiclient.git

Contributing

The primary maintainer of this project is: TBA

Be sure to reference the HACKING file for all the details.

Description
OpenStack Messaging (Zaqar) Client
Readme 6.7 MiB
Languages
Python 100%