- updated vlc.py from master

bzr-revno: 2072
This commit is contained in:
Olivier Aubert 2012-10-01 20:57:27 +02:00 committed by Andreas Preikschat
commit 6fc8264029
1 changed files with 2 additions and 2 deletions

View File

@ -48,9 +48,9 @@ import sys
from inspect import getargspec
__version__ = "N/A"
build_date = "Mon Sep 10 16:51:25 2012"
build_date = "Fri Sep 28 22:48:50 2012"
if sys.version_info.major > 2:
if sys.version_info[0] > 2:
str = str
unicode = str
bytes = bytes