]> granicus.if.org Git - python/commitdiff
Add missing import.
authorGeorg Brandl <georg@python.org>
Sat, 6 Feb 2010 23:12:12 +0000 (23:12 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 6 Feb 2010 23:12:12 +0000 (23:12 +0000)
Lib/test/test_sysconfig.py

index 0fd0910ac48f2b4f44cad4a26080e056bce95946..f00e041d9a7e8522114d50fd4f8a23e9e58f3ea7 100644 (file)
@@ -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