From 1aaba52bd281fbc64edad8c857ee6c972ae7796f Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Thu, 21 Jan 2010 12:05:43 +0000 Subject: removed imports so that the old spec doesn't need to be parsed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@901666 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/framing.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/qpid/framing.py') diff --git a/python/qpid/framing.py b/python/qpid/framing.py index 0a8f26272c..62fd38dfcd 100644 --- a/python/qpid/framing.py +++ b/python/qpid/framing.py @@ -198,7 +198,6 @@ class SegmentEncoder: return result from ops import COMMANDS, CONTROLS, COMPOUND, Header, segment_type, track -from spec import SPEC from codec010 import StringCodec -- cgit v1.2.1