diff -r 61ca9619decb -r bd5cd5858503 eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/__init__.py Sun Mar 21 14:17:16 2021 +0100 @@ -0,0 +1,9 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2021 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Package implementing the checker for functions that can be replaced by use of +the pathlib module. +"""