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:
parent
93ea317bf0
commit
7574374bc0
0
marconiclient/queues/v1/__init__.py
Normal file
0
marconiclient/queues/v1/__init__.py
Normal file
0
tests/unit/queues/v1/__init__.py
Normal file
0
tests/unit/queues/v1/__init__.py
Normal 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user