summaryrefslogtreecommitdiff
path: root/qpid/python/tests
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-01-24 20:12:12 +0000
committerRafael H. Schloming <rhs@apache.org>2008-01-24 20:12:12 +0000
commita9687d84a6b50d57fbdcc734267b558f1770e390 (patch)
treeb3e9dee88222a4b3ee0cfa7f484b81df471d4d53 /qpid/python/tests
parentd6f65407ac4f9d125a8fcc2944945ca85682d48b (diff)
downloadqpid-python-a9687d84a6b50d57fbdcc734267b558f1770e390.tar.gz
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
Diffstat (limited to 'qpid/python/tests')
-rw-r--r--qpid/python/tests/__init__.py4
1 files changed, 4 insertions, 0 deletions
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 *