mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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
|
||||
# License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
|
||||
|
|
Loading…
Reference in a new issue