mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-17 14:58:14 +00:00
Fix a missing import in test-osx-pkg.py. refs #2393
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
@ -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. """
|
||||
|
Reference in New Issue
Block a user