eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/__init__.py@a1149b1b4456
eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/__init__.py
Mon, 05 Apr 2021 10:55:02 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Mon, 05 Apr 2021 10:55:02 +0200
- changeset 8201
- a1149b1b4456
- parent 8166
-
bd5cd5858503
- permissions
- -rw-r--r--
Fixed some code in ast_unparse to make it compatible with older Python versions.
# -*- 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.
"""