From 64491b34f3f029674b9b2fb115adb8f9321665b5 Mon Sep 17 00:00:00 2001 From: Geoff Date: Sun, 10 Dec 2017 20:05:04 +1100 Subject: [PATCH] remove tempfile dependency --- sat_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sat_export.py b/sat_export.py index e746d9d..f61d90e 100644 --- a/sat_export.py +++ b/sat_export.py @@ -11,7 +11,7 @@ """ import sys, argparse, datetime, os, shutil, pickle, re -import fnmatch, subprocess, tarfile, tempfile +import fnmatch, subprocess, tarfile import simplejson as json from glob import glob from distutils.dir_util import copy_tree