diff options
Diffstat (limited to 'qpid/python/tests/__init__.py')
| -rw-r--r-- | qpid/python/tests/__init__.py | 4 |
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 * |
