Fix two NameErrors in distutils (#10407)

This commit is contained in:
Éric Araujo 2010-11-20 19:35:27 +00:00
parent b1cb105bde
commit ff1144eb34
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
"""Tests for distutils.sysconfig."""
import os
import shutil
import test
import unittest