diff --git a/mail_private/tests/__init__.py b/mail_private/tests/__init__.py index 4f6aa47..29c8bdc 100644 --- a/mail_private/tests/__init__.py +++ b/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 diff --git a/mail_private/tests/test_js.py b/mail_private/tests/test_js.py index 88e0f73..fc11a25 100644 --- a/mail_private/tests/test_js.py +++ b/mail_private/tests/test_js.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2018 Kolushov Alexandr # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).