diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-03-07 20:22:18 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-03-07 20:22:18 +0000 |
| commit | 9348ffddf9dbeb1029a91f0804a5f3b1e22f8821 (patch) | |
| tree | 0526d5636f51483eccb437f1035a9d9a9e1f2670 /python/tests/__init__.py | |
| parent | 039d4461a0c1bb44731bbee6df58c0ee0c1673cf (diff) | |
| download | qpid-python-9348ffddf9dbeb1029a91f0804a5f3b1e22f8821.tar.gz | |
added support for maps
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@634803 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/tests/__init__.py')
| -rw-r--r-- | python/tests/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tests/__init__.py b/python/tests/__init__.py index 8e9eeb44d6..521e2f15c9 100644 --- a/python/tests/__init__.py +++ b/python/tests/__init__.py @@ -27,3 +27,4 @@ from assembler import * from datatypes import * from connection010 import * from spec010 import * +from codec010 import * |
