add coding specifier to anki/__init__.py

older gettext versions will complain otherwise (was breaking Windows CI)
This commit is contained in:
Damien Elmes 2020-11-11 21:51:11 +10:00
parent 5536ffb343
commit 8ca023048a

View file

@ -1,3 +1,4 @@
# -*- coding: UTF-8 -*-
# Copyright: Ankitects Pty Ltd and contributors
# License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html