Browse Source

🌈 mail_private: UTF-8 coding is not necessary

pull/235/head
ommo73 5 years ago
parent
commit
c04e4a0fc5
No known key found for this signature in database GPG Key ID: E7E1F5C23505AFF8
  1. 1
      mail_private/tests/__init__.py
  2. 1
      mail_private/tests/test_js.py

1
mail_private/tests/__init__.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
from . import test_js

1
mail_private/tests/test_js.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).

Loading…
Cancel
Save