diff options
| author | Ted Ross <tross@apache.org> | 2009-08-12 19:37:00 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-08-12 19:37:00 +0000 |
| commit | 77e7a30b2c5d08465664b86c806cd2c0fa0f5e37 (patch) | |
| tree | b1b702722f1ac07fcb4a6340e7ab7b0255fb21b9 /qpid/python/tests_0-10/__init__.py | |
| parent | c75149543dded34f8e75ef2dbc22ad96a68c5fdf (diff) | |
| download | qpid-python-77e7a30b2c5d08465664b86c806cd2c0fa0f5e37.tar.gz | |
Re-enable the management tests in 0-10
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@803680 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/tests_0-10/__init__.py')
| -rw-r--r-- | qpid/python/tests_0-10/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/python/tests_0-10/__init__.py b/qpid/python/tests_0-10/__init__.py index 1fd7f72357..f9315a6f90 100644 --- a/qpid/python/tests_0-10/__init__.py +++ b/qpid/python/tests_0-10/__init__.py @@ -24,6 +24,7 @@ from broker import * from dtx import * from example import * from exchange import * +from management import * from message import * from query import * from queue import * |
