vlc/python | branch: master | Olivier Aubert <[email protected]> | 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): _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
