From: Brian Warner <warner@lothar.com>
Date: Sun, 26 Oct 2014 18:56:57 +0000 (-0700)
Subject: test-osx-pkg.py: remove unused import
X-Git-Tag: allmydata-tahoe-1.10.1a1~106
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/flags/%22doc.html/module-simplejson.encoder.html?a=commitdiff_plain;h=5218e87ed148e92353e03f86e8949d227b5af731;p=tahoe-lafs%2Ftahoe-lafs.git

test-osx-pkg.py: remove unused import
---

diff --git a/misc/build_helpers/test-osx-pkg.py b/misc/build_helpers/test-osx-pkg.py
index ddd945e4..275c231d 100644
--- a/misc/build_helpers/test-osx-pkg.py
+++ b/misc/build_helpers/test-osx-pkg.py
@@ -32,7 +32,7 @@
 # characteristic: 14.1.0 (/Applications/tahoe.app/support/lib/python2.7/site-packages)
 # pyasn1-modules: 0.0.5 (/Applications/tahoe.app/support/lib/python2.7/site-packages/pyasn1_modules-0.0.5-py2.7.egg)
 
-import os, re, subprocess, time, tempfile, shutil
+import os, re, subprocess, tempfile, shutil
 
 def test_osx_pkg(pkgfile):
     """ Return on success, raise exception on failure. """