diff options
author | Rafael H. Schloming <rhs@apache.org> | 2010-02-15 06:49:30 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2010-02-15 06:49:30 +0000 |
commit | d6be0fa66f6fca86a741b49c9ac3717a072a96d0 (patch) | |
tree | 6da856485eccc3c76ad804b836c7af580409d39b /python/qpid/tests/codec.py | |
parent | 75b9098e465a9da8764514410c93f79beb1d3be0 (diff) | |
download | qpid-python-d6be0fa66f6fca86a741b49c9ac3717a072a96d0.tar.gz |
more futzing with setup.py; pulled specs into python/qpid package
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@910165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/tests/codec.py')
-rw-r--r-- | python/qpid/tests/codec.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/qpid/tests/codec.py b/python/qpid/tests/codec.py index 9b51b4713c..8fd0528636 100644 --- a/python/qpid/tests/codec.py +++ b/python/qpid/tests/codec.py @@ -20,7 +20,7 @@ import unittest from qpid.codec import Codec -from qpid.spec import load +from qpid.spec08 import load from cStringIO import StringIO from qpid.reference import ReferenceId @@ -53,7 +53,7 @@ __doc__ = """ """ -from qpid_config import amqp_spec_0_8 +from qpid.specs_config import amqp_spec_0_8 SPEC = load(amqp_spec_0_8) # -------------------------------------- |