From 5218e87ed148e92353e03f86e8949d227b5af731 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sun, 26 Oct 2014 11:56:57 -0700 Subject: [PATCH] test-osx-pkg.py: remove unused import --- misc/build_helpers/test-osx-pkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ -- 2.37.2