diff options
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/tests/__init__.py | 4 | ||||
| -rw-r--r-- | qpid/python/tests_0-10/__init__.py | 12 | ||||
| -rw-r--r-- | qpid/python/tests_0-10/alternate_exchange.py (renamed from qpid/python/tests_0-10/alternate-exchange.py) | 0 |
3 files changed, 16 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 * diff --git a/qpid/python/tests_0-10/__init__.py b/qpid/python/tests_0-10/__init__.py index 9a09d2d04f..fe96d9e122 100644 --- a/qpid/python/tests_0-10/__init__.py +++ b/qpid/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/qpid/python/tests_0-10/alternate-exchange.py b/qpid/python/tests_0-10/alternate_exchange.py index 83f8d85811..83f8d85811 100644 --- a/qpid/python/tests_0-10/alternate-exchange.py +++ b/qpid/python/tests_0-10/alternate_exchange.py |
