From 896c5f78952adb2d091d28c65086d46992dabdac Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Mon, 1 Aug 2016 11:01:22 +1000
Subject: [PATCH] Cleanup: unused imports

---
 utils/blend2json.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/utils/blend2json.py b/utils/blend2json.py
index 7a9736f..23ff94b 100755
--- a/utils/blend2json.py
+++ b/utils/blend2json.py
@@ -75,10 +75,6 @@ To include only MESH or CURVE blocks and all data used by them:
 """
 
 import os
-import struct
-import logging
-import gzip
-import tempfile
 import json
 import re
 
-- 
GitLab