mirror of
https://github.com/python/cpython.git
synced 2025-07-26 12:44:33 +00:00
Fix two NameErrors in distutils (#10407)
This commit is contained in:
parent
b1cb105bde
commit
ff1144eb34
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ Utility functions for manipulating directories and directory trees."""
|
|||
__revision__ = "$Id$"
|
||||
|
||||
import os, sys
|
||||
import errno
|
||||
from distutils.errors import DistutilsFileError, DistutilsInternalError
|
||||
from distutils import log
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue