[vlc-commits] python: make test.py python3 compliant

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


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

python: make test.py python3 compliant

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

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

diff --git a/test.py b/test.py
index 889918d..d07e12d 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