diff options
Diffstat (limited to 'python/qpid/framing.py')
-rw-r--r-- | python/qpid/framing.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |