From: Daira Hopwood Date: Tue, 24 Mar 2015 16:44:54 +0000 (+0000) Subject: Fix a missing import in test-osx-pkg.py. refs #2393 X-Git-Tag: allmydata-tahoe-1.10.1a1~54 X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=3f9c73bd68547b3f5ca9c345ef1a3587a0d032d8 Fix a missing import in test-osx-pkg.py. refs #2393 Signed-off-by: Daira Hopwood --- diff --git a/misc/build_helpers/test-osx-pkg.py b/misc/build_helpers/test-osx-pkg.py index 750c5c3e..c3985019 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, tempfile, shutil +import os, re, shutil, subprocess, sys, tempfile def test_osx_pkg(pkgfile): """ Return on success, raise exception on failure. """