diff options
author | Georg Brandl <georg@python.org> | 2010-02-06 23:12:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-02-06 23:12:12 (GMT) |
commit | d1fa76e742ef706a9f9f41804e7800827040deb2 (patch) | |
tree | b1e7f95e3261d4bca50499b12098e7449a8904b7 /Lib | |
parent | 28d4f9e6681094037a45cd0c469e9abae7a2e4f0 (diff) | |
download | cpython-d1fa76e742ef706a9f9f41804e7800827040deb2.zip cpython-d1fa76e742ef706a9f9f41804e7800827040deb2.tar.gz cpython-d1fa76e742ef706a9f9f41804e7800827040deb2.tar.bz2 |
Add missing import.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_sysconfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_sysconfig.py b/Lib/test/test_sysconfig.py index 0fd0910..f00e041 100644 --- a/Lib/test/test_sysconfig.py +++ b/Lib/test/test_sysconfig.py @@ -8,6 +8,7 @@ import unittest import sys import test import os +import shutil from copy import copy, deepcopy from test.test_support import run_unittest, TESTFN |