commit | d1fa76e742ef706a9f9f41804e7800827040deb2 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Feb 06 23:12:12 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Feb 06 23:12:12 2010 +0000 |
tree | b1e7f95e3261d4bca50499b12098e7449a8904b7 | |
parent | 28d4f9e6681094037a45cd0c469e9abae7a2e4f0 [diff] [blame] |
Add missing import.
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 sys import test import os +import shutil from copy import copy, deepcopy from test.test_support import run_unittest, TESTFN