vlc/python | branch: master | Olivier Aubert <[email protected]> | Thu Apr 7 15:50:36 2016 +0200| [7b41356b1fab8464462641df1b76b5148e404213] | committer: Olivier Aubert
Specify encoding Some docstrings contain UTF8 characters > http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=7b41356b1fab8464462641df1b76b5148e404213 --- generator/header.py | 1 + 1 file changed, 1 insertion(+) diff --git a/generator/header.py b/generator/header.py index 50c4b9e..e853b68 100755 --- a/generator/header.py +++ b/generator/header.py @@ -1,4 +1,5 @@ #! /usr/bin/python +# -*- coding: utf8 -*- # Python ctypes bindings for VLC # _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
