[vlc-commits] python bindings: fix print invocation

Olivier Aubert git at videolan.org
Mon Sep 10 17:00:17 CEST 2012


vlc/python | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Mon Sep 10 16:43:23 2012 +0200| [7542933294e2a3666556225665cf5c9879e22584] | committer: Olivier Aubert

python bindings: fix print invocation

> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=7542933294e2a3666556225665cf5c9879e22584
---

 test.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test.py b/test.py
index 2786823..34af13d 100755
--- a/test.py
+++ b/test.py
@@ -27,7 +27,7 @@
 
 import unittest
 import vlc
-print("Checking ", vlc.__file__)
+print ("Checking " + vlc.__file__)
 
 class TestVLCAPI(unittest.TestCase):
     #def setUp(self):



More information about the vlc-commits mailing list