mirror of
https://github.com/python/cpython.git
synced 2025-09-11 03:07:01 +00:00
reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen.
This commit is contained in:
parent
5db0c94072
commit
3679727939
64 changed files with 1626 additions and 1678 deletions
|
@ -4,7 +4,7 @@ Utility functions for manipulating directories and directory trees."""
|
|||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import os
|
||||
import os, sys
|
||||
from distutils.errors import DistutilsFileError, DistutilsInternalError
|
||||
from distutils import log
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue