diff -r 9c64ac720853 -r 57ed3cb66e9a src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/PathlibChecker.py --- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/PathlibChecker.py Wed Aug 30 17:23:53 2023 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/PathlibChecker.py Thu Aug 31 13:59:43 2023 +0200 @@ -9,8 +9,7 @@ """ ##################################################################################### -## This module was implemented along the 'flake8-use-pathlib' flake8 ## -## extension (v 0.3.0). ## +## adapted from: flake8-use-pathlib v0.3.0 ## ## ## ## Original: Copyright (c) 2021 Rodolphe Pelloux-Prayer ## ## ##