Fix a missing import in test-osx-pkg.py. refs #2393

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood
2015-03-24 16:44:54 +00:00
parent 21204876ed
commit 3f9c73bd68

View 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, tempfile, shutil
import os, re, shutil, subprocess, sys, tempfile
def test_osx_pkg(pkgfile):
""" Return on success, raise exception on failure. """