add coding: line to mpv.py for xgettext

This commit is contained in:
Damien Elmes 2017-10-02 16:41:14 +10:00
parent b75b4ae470
commit f9f5a3d9f6

View file

@ -1,3 +1,4 @@
# coding: utf-8
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# #
# mpv.py - Control mpv from Python using JSON IPC # mpv.py - Control mpv from Python using JSON IPC