]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test-osx-pkg.py: remove unused import
authorBrian Warner <warner@lothar.com>
Sun, 26 Oct 2014 18:56:57 +0000 (11:56 -0700)
committerBrian Warner <warner@lothar.com>
Sun, 26 Oct 2014 18:56:57 +0000 (11:56 -0700)
misc/build_helpers/test-osx-pkg.py

index ddd945e4540650ddff22def10f2fd75198cd6bff..275c231d7295a75ee764b8e81db96d491b7922c9 100644 (file)
@@ -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. """