Skip to content

Commit 7f2bfb3

Browse files
committed
Use the same naming convention for pyXXcompat files
1 parent ac07f21 commit 7f2bfb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setuptools/command/easy_install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
VersionConflict, DEVELOP_DIST,
6363
)
6464
import pkg_resources
65-
from .. import _py312compat
65+
from .. import py312compat
6666
from .._path import ensure_directory
6767
from ..extern.jaraco.text import yield_lines
6868

@@ -2291,7 +2291,7 @@ def load_launcher_manifest(name):
22912291

22922292

22932293
def _rmtree(path, ignore_errors=False, onexc=auto_chmod):
2294-
return _py312compat.shutil_rmtree(path, ignore_errors, onexc)
2294+
return py312compat.shutil_rmtree(path, ignore_errors, onexc)
22952295

22962296

22972297
def current_umask():
File renamed without changes.

0 commit comments

Comments
 (0)