updated vlc.py from master

This commit is contained in:
Andreas Preikschat 2012-10-01 13:38:45 +02:00
parent 9d2f50d5ca
commit afd6af805a
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