mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
add coding specifier to anki/__init__.py
older gettext versions will complain otherwise (was breaking Windows CI)
This commit is contained in:
parent
5536ffb343
commit
8ca023048a
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# -*- coding: UTF-8 -*-
|
||||||
# Copyright: Ankitects Pty Ltd and contributors
|
# Copyright: Ankitects Pty Ltd and contributors
|
||||||
# License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
# License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue