From 87d2ad557f5868a440d1fba5da1698de4588b8dd Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Tue, 19 Nov 2013 14:18:23 +0100 Subject: [PATCH] Remove unused packages Transport packages were moved to the client root. Partially-Implements blueprint python-marconiclient-v1 Change-Id: I82dccb2a95d622d21858c04ab5233de39a74e819 --- marconiclient/queues/transport/__init__.py | 14 -------------- marconiclient/queues/transport/http/__init__.py | 14 -------------- marconiclient/queues/transport/zmq/__init__.py | 14 -------------- 3 files changed, 42 deletions(-) delete mode 100644 marconiclient/queues/transport/__init__.py delete mode 100644 marconiclient/queues/transport/http/__init__.py delete mode 100644 marconiclient/queues/transport/zmq/__init__.py diff --git a/marconiclient/queues/transport/__init__.py b/marconiclient/queues/transport/__init__.py deleted file mode 100644 index 78f982ce..00000000 --- a/marconiclient/queues/transport/__init__.py +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright (c) 2013 Rackspace, Inc. -# -# Licensed 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. diff --git a/marconiclient/queues/transport/http/__init__.py b/marconiclient/queues/transport/http/__init__.py deleted file mode 100644 index 78f982ce..00000000 --- a/marconiclient/queues/transport/http/__init__.py +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright (c) 2013 Rackspace, Inc. -# -# Licensed 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. diff --git a/marconiclient/queues/transport/zmq/__init__.py b/marconiclient/queues/transport/zmq/__init__.py deleted file mode 100644 index 78f982ce..00000000 --- a/marconiclient/queues/transport/zmq/__init__.py +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright (c) 2013 Rackspace, Inc. -# -# Licensed 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.