eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/__init__.py@0090cfa83159
eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/__init__.py
Tue, 27 Apr 2021 17:25:06 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Tue, 27 Apr 2021 17:25:06 +0200
- changeset 8265
- 0090cfa83159
- parent 8166
-
bd5cd5858503
- permissions
- -rw-r--r--
Converted enum names to use all uppercase letters (except for E5PathPickerModes to keep plug-ins using this compatible with previous eric 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.
"""