build: fixed wildcard handling for python 3.x
authorAndrew Tridgell <tridge@samba.org>
Tue, 4 May 2010 09:57:50 +0000 (11:57 +0200)
committerAndrew Tridgell <tridge@samba.org>
Tue, 4 May 2010 11:02:30 +0000 (13:02 +0200)
print must take parentheses

buildtools/wafsamba/samba_wildcard.py

index bcacb4f895c4d359395a9f80ae2fd63d664179af..ecf3498c85be48b7fa97f6ae9625dcabba98aa83 100644 (file)
@@ -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