mass-added the utf-8 marker (#3163) (#3170)

* added the utf-8 marker

* fixed the utf-8 marker where it was missde before

(cherry picked from commit 771e9de010)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2021-08-08 11:48:54 +02:00
committed by GitHub
parent 8a59d6306c
commit 066975e5d1
199 changed files with 199 additions and 12 deletions

View File

@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
# This code is part of Ansible, but is an independent component.
# This particular file snippet, and this file snippet only, is based on
# Lib/posixpath.py of cpython