From d6be0fa66f6fca86a741b49c9ac3717a072a96d0 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Mon, 15 Feb 2010 06:49:30 +0000 Subject: 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 --- python/qpid/tests/codec.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/qpid/tests') 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) # -------------------------------------- -- cgit v1.2.1