From f9f5a3d9f6949e2b3f4c16a180eb63c6d1e9ae1e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 2 Oct 2017 16:41:14 +1000 Subject: [PATCH] add coding: line to mpv.py for xgettext --- anki/mpv.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anki/mpv.py b/anki/mpv.py index c81dda122..e18f32c8c 100644 --- a/anki/mpv.py +++ b/anki/mpv.py @@ -1,3 +1,4 @@ +# coding: utf-8 # ------------------------------------------------------------------------------ # # mpv.py - Control mpv from Python using JSON IPC