Skip to content

Commit

Permalink
remove tempfile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ggatward committed Dec 10, 2017
1 parent 75e2657 commit 64491b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sat_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64491b3

Please sign in to comment.