summaryrefslogtreecommitdiff
path: root/python/qpid/tests/codec.py
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-02-15 06:49:30 +0000
committerRafael H. Schloming <rhs@apache.org>2010-02-15 06:49:30 +0000
commitd6be0fa66f6fca86a741b49c9ac3717a072a96d0 (patch)
tree6da856485eccc3c76ad804b836c7af580409d39b /python/qpid/tests/codec.py
parent75b9098e465a9da8764514410c93f79beb1d3be0 (diff)
downloadqpid-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.py4
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)
# --------------------------------------