diff options
author | Rafael H. Schloming <rhs@apache.org> | 2008-01-24 20:12:12 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2008-01-24 20:12:12 +0000 |
commit | f2ab2fa9fcb713eedf21e98a2a3f9fab8e76dead (patch) | |
tree | e9cae8dd2df134b110320d148e0927a747a07a2b | |
parent | a649cd99aaddab41582f0e15558a960a89a8a6d9 (diff) | |
download | qpid-python-f2ab2fa9fcb713eedf21e98a2a3f9fab8e76dead.tar.gz |
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
-rw-r--r-- | python/tests/__init__.py | 4 | ||||
-rw-r--r-- | python/tests_0-10/__init__.py | 12 | ||||
-rw-r--r-- | python/tests_0-10/alternate_exchange.py (renamed from python/tests_0-10/alternate-exchange.py) | 0 |
3 files changed, 16 insertions, 0 deletions
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 * diff --git a/python/tests_0-10/__init__.py b/python/tests_0-10/__init__.py index 9a09d2d04f..fe96d9e122 100644 --- a/python/tests_0-10/__init__.py +++ b/python/tests_0-10/__init__.py @@ -18,3 +18,15 @@ # specific language governing permissions and limitations # under the License. # + +from alternate_exchange import * +from broker import * +from dtx import * +from example import * +from exchange import * +from execution import * +from message import * +from query import * +from queue import * +from testlib import * +from tx import * diff --git a/python/tests_0-10/alternate-exchange.py b/python/tests_0-10/alternate_exchange.py index 83f8d85811..83f8d85811 100644 --- a/python/tests_0-10/alternate-exchange.py +++ b/python/tests_0-10/alternate_exchange.py |