From a9687d84a6b50d57fbdcc734267b558f1770e390 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Thu, 24 Jan 2008 20:12:12 +0000 Subject: added imports to test module __init__.pys git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@614968 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/tests/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/python/tests') diff --git a/qpid/python/tests/__init__.py b/qpid/python/tests/__init__.py index 9a09d2d04f..41dcc705e6 100644 --- a/qpid/python/tests/__init__.py +++ b/qpid/python/tests/__init__.py @@ -18,3 +18,7 @@ # specific language governing permissions and limitations # under the License. # + +from codec import * +from queue import * +from spec import * -- cgit v1.2.1