Refactor client's structure to reflect Marconi's

This patch moves the transport package under queues.

Implements blueprint change-marconi-structure

Change-Id: Ib4e22bece449ea689a16cf3b8ce427efed580d69
This commit is contained in:
Flavio Percoco 2013-09-18 15:48:25 +02:00
parent 474faf3c14
commit 00f6967899
6 changed files with 1 additions and 1 deletions

View File

View File

@ -16,8 +16,8 @@ import unittest
import mock
from marconiclient.queues.transport.http import message
from marconiclient.tests.mock import message as mock_message
from marconiclient.transport.http import message
HREF = '/v1/queue/dgq/messages/my_msg_is_chocolate'