summaryrefslogtreecommitdiff
path: root/media-libs/lvtk/files/lvtk-1.2.0-py3.patch
blob: a639c62f22563b8c2460fbdd8b4823c6c4dbbade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/wscript b/wscript
index e69c0e0..08ba66f 100644
--- a/wscript
+++ b/wscript
@@ -155,7 +155,7 @@ def build(bld):
 
 def release_tag(ctx):
     tag = git.tag_version(VERSION, "Release: v" + VERSION , "lvtk-")
-    if tag : print "Git Tag Created: " + tag
+    if tag : print("Git Tag Created: " + tag)
 
 def dist(ctx):
     z=ctx.options.ziptype