From f2ab2fa9fcb713eedf21e98a2a3f9fab8e76dead 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/qpid@614968 13f79535-47bb-0310-9956-ffa450edef68 --- python/tests/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/tests') diff --git a/python/tests/__init__.py b/python/tests/__init__.py index 9a09d2d04f..41dcc705e6 100644 --- a/python/tests/__init__.py +++ b/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