diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-23 20:51:10 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-23 21:06:26 +0100 |
commit | 5843f09c59e0f8a3194915f7c107449ac02dd1f8 (patch) | |
tree | 01141be2641d9d13fb62eb1ad634393019fd5bba /pylint/pyreverse/main.py | |
parent | 818bc5b2437a5ed6c1db32452386a8d0b820a29b (diff) | |
download | pylint-git-pylint-2.7.1.tar.gz |
Change for version 2.7.1pylint-2.7.1
Diffstat (limited to 'pylint/pyreverse/main.py')
-rw-r--r-- | pylint/pyreverse/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/pyreverse/main.py b/pylint/pyreverse/main.py index a27f6e1fc..3c3381cb2 100644 --- a/pylint/pyreverse/main.py +++ b/pylint/pyreverse/main.py @@ -5,8 +5,8 @@ # Copyright (c) 2015 Ionel Cristian Maries <contact@ionelmc.ro> # Copyright (c) 2016 Alexander Pervakov <frost.nzcr4@jagmort.com> # Copyright (c) 2018 ssolanki <sushobhitsolanki@gmail.com> +# Copyright (c) 2019, 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2019 Hugo van Kemenade <hugovk@users.noreply.github.com> -# Copyright (c) 2019 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html |