mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
add coding specifier to anki/__init__.py
older gettext versions will complain otherwise (was breaking Windows CI)
This commit is contained in:
parent
0cb2b3f0c1
commit
db24dcf9a7
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue