Skip to content
Snippets Groups Projects
Commit 071bc138 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

import struct

parent fb5892d8
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,8 @@ def _compile_particular_content_property_list_class(zpf, fields):
zip(zpf_bits, fields)]
mod = [u'''
from coolamqp.framing.base import AMQPContentPropertyList
from coolamqp.framing.base import AMQPContentPropertyList
import struct
class ParticularContentTypeList(AMQPContentPropertyList):
"""
For fields:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment