From e39ccfae01b964508a5c7500cb5f060a0cf89d4b Mon Sep 17 00:00:00 2001
From: Mark McLoughlin <markmc@redhat.com>
Date: Fri, 26 Jul 2013 07:06:48 +0100
Subject: [PATCH] Remove unused file

Change-Id: Ibff776b694d354f9465cc9f476275103508dcde8
---
 tests/unit/messaging/__init__.py | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 tests/unit/messaging/__init__.py

diff --git a/tests/unit/messaging/__init__.py b/tests/unit/messaging/__init__.py
deleted file mode 100644
index b1541fdb7..000000000
--- a/tests/unit/messaging/__init__.py
+++ /dev/null
@@ -1,14 +0,0 @@
-
-# Copyright 2013 Red Hat, 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.