vlc/python | branch: master | Olivier Aubert <[email protected]> | Tue Dec 7 18:50:28 2010 +0100| [925746e5f3efe0d62119870b9610978392dce2e0] | committer: Olivier Aubert
python-vlc: fix typo > http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=925746e5f3efe0d62119870b9610978392dce2e0 --- footer.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/footer.py b/footer.py index f1bb3df..f1ee857 100644 --- a/footer.py +++ b/footer.py @@ -100,7 +100,6 @@ if __name__ == '__main__': try: media = instance.media_new(movie, 'sub-filter=marq') # load marqee option except NameError: - x = print('NameError: %s (%s vs LibVLC %s)' % (sys.exc_info()[1], __version__, libvlc_get_version())) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
