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:
2120487
)
Fix a missing import in test-osx-pkg.py. refs #2393
author
Daira Hopwood
<daira@jacaranda.org>
Tue, 24 Mar 2015 16:44:54 +0000
(16:44 +0000)
committer
Daira Hopwood
<daira@jacaranda.org>
Tue, 24 Mar 2015 16:44:54 +0000
(16:44 +0000)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
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 750c5c3e0985bbbc055b437d008d852be41c35d7..c39850195cc80cc11a94b462fb9efc7bf8fa905b 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, s
ubprocess, tempfile, shutil
+import os, re, s
hutil, subprocess, sys, tempfile
def test_osx_pkg(pkgfile):
""" Return on success, raise exception on failure. """