diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-03-04 20:03:09 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-03-04 20:03:09 +0000 |
| commit | 75f598b22ea4573cff2d47fdd689b85cee5dd88d (patch) | |
| tree | 964aa4463e2140c5040dd36137a49ab9c261f19a /python/tests/__init__.py | |
| parent | 24435b9c62976e0a4c0857f86057d3c93389b79f (diff) | |
| download | qpid-python-75f598b22ea4573cff2d47fdd689b85cee5dd88d.tar.gz | |
import of in-process 0-10 final python client
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@633610 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/tests/__init__.py')
| -rw-r--r-- | python/tests/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/tests/__init__.py b/python/tests/__init__.py index 41dcc705e6..8e9eeb44d6 100644 --- a/python/tests/__init__.py +++ b/python/tests/__init__.py @@ -22,3 +22,8 @@ from codec import * from queue import * from spec import * +from framer import * +from assembler import * +from datatypes import * +from connection010 import * +from spec010 import * |
