eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/__init__.py@39c4543b7a61
eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/__init__.py
Tue, 13 Apr 2021 17:48:37 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Tue, 13 Apr 2021 17:48:37 +0200
- changeset 8232
- 39c4543b7a61
- parent 8166
-
bd5cd5858503
- permissions
- -rw-r--r--
ast_unparse: fixed an issue related to backporting to older Python3 releases.
# -*- 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.
"""