]> git.sesse.net Git - vlc/commitdiff
mediacontrol-python: rename vlcdebug to vlcwrapper
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Wed, 22 Feb 2006 13:20:59 +0000 (13:20 +0000)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Wed, 22 Feb 2006 13:20:59 +0000 (13:20 +0000)
bindings/mediacontrol-python/setup.py
bindings/mediacontrol-python/vlcwrapper.py [moved from bindings/mediacontrol-python/vlcdebug.py with 100% similarity]

index e64474f286777daf84091eb9f323e7a904944d4b..d3b4d0d6c68757d42a992809fc356bda43432922 100644 (file)
@@ -89,7 +89,7 @@ vlclocal = Extension('vlc',
 
 setup (name = 'MediaControl',
        version = get_vlc_version(),
-       scripts = [ os.path.join( srcdir, 'vlcdebug.py') ],
+       scripts = [ os.path.join( srcdir, 'vlcwrapper.py') ],
        keywords = [ 'vlc', 'video' ],
        license = "GPL", 
        description = """VLC bindings for python.