From 749b189f0572805abb13fffa96d679cc7b80063b Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Fri, 24 Sep 2021 10:41:21 +0300 Subject: [PATCH] Fix encoding declaration --- pym/calculate/contrib/spyne/protocol/cloth/__init__.py | 2 +- pym/calculate/contrib/spyne/protocol/cloth/_base.py | 2 +- pym/calculate/contrib/spyne/protocol/cloth/to_cloth.py | 2 +- pym/calculate/contrib/spyne/protocol/cloth/to_parent.py | 2 +- pym/calculate/contrib/spyne/protocol/html/__init__.py | 2 +- pym/calculate/contrib/spyne/protocol/html/_base.py | 2 +- pym/calculate/contrib/spyne/protocol/html/addtl.py | 2 +- pym/calculate/contrib/spyne/protocol/html/microformat.py | 2 +- pym/calculate/contrib/spyne/protocol/html/table/_base.py | 2 +- pym/calculate/contrib/spyne/protocol/html/table/column.py | 2 +- pym/calculate/contrib/spyne/protocol/html/table/row.py | 2 +- pym/calculate/contrib/spyne/server/http.py | 2 +- pym/calculate/contrib/spyne/server/msgpack.py | 2 +- pym/calculate/contrib/spyne/server/twisted/msgpack.py | 2 +- .../contrib/spyne/test/interface/wsdl/test_bindings.py | 2 +- pym/calculate/contrib/spyne/test/protocol/test_http.py | 2 +- pym/calculate/contrib/spyne/util/autorel.py | 2 +- pym/calculate/contrib/spyne/util/http.py | 2 +- pym/calculate/contrib/spyne/util/resource.py | 2 +- pym/calculate/contrib/spyne/util/test.py | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/pym/calculate/contrib/spyne/protocol/cloth/__init__.py b/pym/calculate/contrib/spyne/protocol/cloth/__init__.py index 2bf9b93..c5f4ab4 100644 --- a/pym/calculate/contrib/spyne/protocol/cloth/__init__.py +++ b/pym/calculate/contrib/spyne/protocol/cloth/__init__.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/protocol/cloth/_base.py b/pym/calculate/contrib/spyne/protocol/cloth/_base.py index cb4166b..3738ae5 100644 --- a/pym/calculate/contrib/spyne/protocol/cloth/_base.py +++ b/pym/calculate/contrib/spyne/protocol/cloth/_base.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/protocol/cloth/to_cloth.py b/pym/calculate/contrib/spyne/protocol/cloth/to_cloth.py index 137a846..55e9cdf 100644 --- a/pym/calculate/contrib/spyne/protocol/cloth/to_cloth.py +++ b/pym/calculate/contrib/spyne/protocol/cloth/to_cloth.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/protocol/cloth/to_parent.py b/pym/calculate/contrib/spyne/protocol/cloth/to_parent.py index 884c06c..cfb7821 100644 --- a/pym/calculate/contrib/spyne/protocol/cloth/to_parent.py +++ b/pym/calculate/contrib/spyne/protocol/cloth/to_parent.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/protocol/html/__init__.py b/pym/calculate/contrib/spyne/protocol/html/__init__.py index 43b6c5c..5fe9c3b 100644 --- a/pym/calculate/contrib/spyne/protocol/html/__init__.py +++ b/pym/calculate/contrib/spyne/protocol/html/__init__.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/protocol/html/_base.py b/pym/calculate/contrib/spyne/protocol/html/_base.py index 142118e..cfb283f 100644 --- a/pym/calculate/contrib/spyne/protocol/html/_base.py +++ b/pym/calculate/contrib/spyne/protocol/html/_base.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/protocol/html/addtl.py b/pym/calculate/contrib/spyne/protocol/html/addtl.py index c89af8a..8ad5633 100644 --- a/pym/calculate/contrib/spyne/protocol/html/addtl.py +++ b/pym/calculate/contrib/spyne/protocol/html/addtl.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/protocol/html/microformat.py b/pym/calculate/contrib/spyne/protocol/html/microformat.py index b78e1e1..8d930aa 100644 --- a/pym/calculate/contrib/spyne/protocol/html/microformat.py +++ b/pym/calculate/contrib/spyne/protocol/html/microformat.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/protocol/html/table/_base.py b/pym/calculate/contrib/spyne/protocol/html/table/_base.py index 3471419..cffa346 100644 --- a/pym/calculate/contrib/spyne/protocol/html/table/_base.py +++ b/pym/calculate/contrib/spyne/protocol/html/table/_base.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/protocol/html/table/column.py b/pym/calculate/contrib/spyne/protocol/html/table/column.py index 6f5c401..206ad68 100644 --- a/pym/calculate/contrib/spyne/protocol/html/table/column.py +++ b/pym/calculate/contrib/spyne/protocol/html/table/column.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/protocol/html/table/row.py b/pym/calculate/contrib/spyne/protocol/html/table/row.py index c2e9713..7d4bd0a 100644 --- a/pym/calculate/contrib/spyne/protocol/html/table/row.py +++ b/pym/calculate/contrib/spyne/protocol/html/table/row.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/server/http.py b/pym/calculate/contrib/spyne/server/http.py index 6c621b2..23a6b6e 100644 --- a/pym/calculate/contrib/spyne/server/http.py +++ b/pym/calculate/contrib/spyne/server/http.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/server/msgpack.py b/pym/calculate/contrib/spyne/server/msgpack.py index bebe601..a1b208c 100644 --- a/pym/calculate/contrib/spyne/server/msgpack.py +++ b/pym/calculate/contrib/spyne/server/msgpack.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/server/twisted/msgpack.py b/pym/calculate/contrib/spyne/server/twisted/msgpack.py index 1daef27..48a9ac7 100644 --- a/pym/calculate/contrib/spyne/server/twisted/msgpack.py +++ b/pym/calculate/contrib/spyne/server/twisted/msgpack.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/test/interface/wsdl/test_bindings.py b/pym/calculate/contrib/spyne/test/interface/wsdl/test_bindings.py index e82bcf9..473fa01 100644 --- a/pym/calculate/contrib/spyne/test/interface/wsdl/test_bindings.py +++ b/pym/calculate/contrib/spyne/test/interface/wsdl/test_bindings.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -#encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) spyne contributors. # diff --git a/pym/calculate/contrib/spyne/test/protocol/test_http.py b/pym/calculate/contrib/spyne/test/protocol/test_http.py index 3f34572..bbc4d65 100644 --- a/pym/calculate/contrib/spyne/test/protocol/test_http.py +++ b/pym/calculate/contrib/spyne/test/protocol/test_http.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/util/autorel.py b/pym/calculate/contrib/spyne/util/autorel.py index 2fc685a..bd39443 100644 --- a/pym/calculate/contrib/spyne/util/autorel.py +++ b/pym/calculate/contrib/spyne/util/autorel.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/util/http.py b/pym/calculate/contrib/spyne/util/http.py index 3e21a8a..86acbbc 100644 --- a/pym/calculate/contrib/spyne/util/http.py +++ b/pym/calculate/contrib/spyne/util/http.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/util/resource.py b/pym/calculate/contrib/spyne/util/resource.py index bde03e8..c03b956 100644 --- a/pym/calculate/contrib/spyne/util/resource.py +++ b/pym/calculate/contrib/spyne/util/resource.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. # diff --git a/pym/calculate/contrib/spyne/util/test.py b/pym/calculate/contrib/spyne/util/test.py index 850f20d..cace5a0 100644 --- a/pym/calculate/contrib/spyne/util/test.py +++ b/pym/calculate/contrib/spyne/util/test.py @@ -1,4 +1,4 @@ -# encoding: utf8 +# -*- coding: utf-8 -*- # # spyne - Copyright (C) Spyne contributors. #