From e0a9b58de8bd86122d17c0330cb1f0330207c023 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 5 Jan 2011 12:16:15 +0100 Subject: buildtools/wafsamba: import 'sys' and 'Logs' if we use them We should avoid generating a backtrace in a normal error case, just because sys.exit(1) isn't known. metze --- buildtools/wafsamba/samba_bundled.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools/wafsamba/samba_bundled.py') diff --git a/buildtools/wafsamba/samba_bundled.py b/buildtools/wafsamba/samba_bundled.py index 9e02ca4a4b..27234fb055 100644 --- a/buildtools/wafsamba/samba_bundled.py +++ b/buildtools/wafsamba/samba_bundled.py @@ -1,7 +1,7 @@ # functions to support bundled libraries from Configure import conf -import Logs +import sys, Logs from samba_utils import * def PRIVATE_NAME(bld, name, private_extension, private_library): -- cgit