projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5daf73
)
test-osx-pkg.py: remove unused import
author
Brian Warner
<warner@lothar.com>
Sun, 26 Oct 2014 18:56:57 +0000
(11:56 -0700)
committer
Brian Warner
<warner@lothar.com>
Sun, 26 Oct 2014 18:56:57 +0000
(11:56 -0700)
misc/build_helpers/test-osx-pkg.py
patch
|
blob
|
history
diff --git
a/misc/build_helpers/test-osx-pkg.py
b/misc/build_helpers/test-osx-pkg.py
index ddd945e4540650ddff22def10f2fd75198cd6bff..275c231d7295a75ee764b8e81db96d491b7922c9 100644
(file)
--- 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, t
ime, t
empfile, shutil
+import os, re, subprocess, tempfile, shutil
def test_osx_pkg(pkgfile):
""" Return on success, raise exception on failure. """