mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add missing import of log.
This commit is contained in:
parent
7146073850
commit
4f2f1335a8
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ from types import *
|
|||
from glob import glob
|
||||
from distutils.util import convert_path
|
||||
from distutils.errors import DistutilsTemplateError, DistutilsInternalError
|
||||
from distutils import log
|
||||
|
||||
class FileList:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue