diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-01-05 12:16:15 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-01-05 12:30:23 +0100 |
commit | e0a9b58de8bd86122d17c0330cb1f0330207c023 (patch) | |
tree | 55db7d6b38cefb421dee18ab8e558718179dc1cd /buildtools/wafsamba/wscript | |
parent | d89e7622407539786af72ea05dd1de7de9154228 (diff) | |
download | samba-e0a9b58de8bd86122d17c0330cb1f0330207c023.tar.gz samba-e0a9b58de8bd86122d17c0330cb1f0330207c023.tar.bz2 samba-e0a9b58de8bd86122d17c0330cb1f0330207c023.zip |
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
Diffstat (limited to 'buildtools/wafsamba/wscript')
-rw-r--r-- | buildtools/wafsamba/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript index d4e103e90e..ad5b938df5 100644 --- a/buildtools/wafsamba/wscript +++ b/buildtools/wafsamba/wscript @@ -2,7 +2,7 @@ # this is a base set of waf rules that everything else pulls in first -import sys, wafsamba, Configure +import sys, wafsamba, Configure, Logs import Options, os, preproc from samba_utils import * from optparse import SUPPRESS_HELP |