mirror of
https://github.com/python/cpython.git
synced 2025-12-09 02:35:14 +00:00
Merged revisions 86601,86605 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86601 | eric.araujo | 2010-11-20 20:35:27 +0100 (sam., 20 nov. 2010) | 2 lines Fix two NameErrors in distutils (#10407) ........ r86605 | eric.araujo | 2010-11-20 20:37:28 +0100 (sam., 20 nov. 2010) | 2 lines Add entry for r86601 ........
This commit is contained in:
parent
60d8684e4f
commit
bfa17a562a
3 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
"""Tests for distutils.sysconfig."""
|
||||
import os
|
||||
import shutil
|
||||
import test
|
||||
import unittest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue