From: Andrew Tridgell Date: Tue, 4 May 2010 09:57:50 +0000 (+0200) Subject: build: fixed wildcard handling for python 3.x X-Git-Tag: samba-3.6.0pre1~2278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce67027c0705159d25ec616caf737736b4ea7ea8;p=thirdparty%2Fsamba.git build: fixed wildcard handling for python 3.x print must take parentheses --- diff --git a/buildtools/wafsamba/samba_wildcard.py b/buildtools/wafsamba/samba_wildcard.py index bcacb4f895c..ecf3498c85b 100644 --- a/buildtools/wafsamba/samba_wildcard.py +++ b/buildtools/wafsamba/samba_wildcard.py @@ -28,7 +28,7 @@ def run_named_build_task(cmd): relpath = k.relpath_gen(cwd_node) if fnmatch.fnmatch(relpath, cmd): t.position= [0,0] - print t.display() + print(t.display()) run_task(t, k) return