[vlc-commits] commit: python-vlc: fix typo (Olivier Aubert )

git at videolan.org git at videolan.org
Tue Dec 7 21:41:53 CET 2010


vlc/python | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | 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()))



More information about the vlc-commits mailing list