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 | c19ba3eb15620becdbc157005dcc5a465b3ac064 (patch) | |
| tree | 7869959c4c2327355e117b87bc9b761d1ad247bc /qpid/python/tests/__init__.py | |
| parent | 920ebd038170238ab4e77d25a77cf2c6730ba97b (diff) | |
| download | qpid-python-c19ba3eb15620becdbc157005dcc5a465b3ac064.tar.gz | |
import of in-process 0-10 final python client
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@633610 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/tests/__init__.py')
| -rw-r--r-- | qpid/python/tests/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/python/tests/__init__.py b/qpid/python/tests/__init__.py index 41dcc705e6..8e9eeb44d6 100644 --- a/qpid/python/tests/__init__.py +++ b/qpid/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 * |
