[Python-checkins] r78042 - python/trunk/Lib/test/test_sysconfig.py

georg.brandl python-checkins at python.org
Sun Feb 7 00:12:12 CET 2010


Author: georg.brandl
Date: Sun Feb  7 00:12:12 2010
New Revision: 78042

Log:
Add missing import.

Modified:
   python/trunk/Lib/test/test_sysconfig.py

Modified: python/trunk/Lib/test/test_sysconfig.py
==============================================================================
--- python/trunk/Lib/test/test_sysconfig.py	(original)
+++ python/trunk/Lib/test/test_sysconfig.py	Sun Feb  7 00:12:12 2010
@@ -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


More information about the Python-checkins mailing list