From 071bc1384cf315b98133ed218344bcda2c7422bd Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Sun, 8 Oct 2017 04:10:52 +0200
Subject: [PATCH] import struct

---
 coolamqp/framing/compilation/content_property.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/coolamqp/framing/compilation/content_property.py b/coolamqp/framing/compilation/content_property.py
index 60085a9..53451df 100644
--- a/coolamqp/framing/compilation/content_property.py
+++ b/coolamqp/framing/compilation/content_property.py
@@ -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:
-- 
GitLab