Create v1 package and move messages there

The patch creates a v1 package where the client v1 API will reside. The
patch also moves messages.py out from transport/http into this new
package.

Implements blueprint python-marconiclient-v1

Change-Id: Ib11eabc44c0df8867e884b4eafe65f266c6e3ef0
This commit is contained in:
Flavio Percoco 2013-09-27 16:17:24 +02:00
parent 93ea317bf0
commit 7574374bc0
4 changed files with 1 additions and 1 deletions

View File

View File

View File

@ -16,7 +16,7 @@ import unittest
import mock
from marconiclient.queues.transport.http import message
from marconiclient.queues.v1 import message
from marconiclient.tests.mock import message as mock_message