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