]> granicus.if.org Git - python/commitdiff
Import fix.
authorGreg Ward <gward@python.net>
Thu, 23 Mar 2000 04:39:16 +0000 (04:39 +0000)
committerGreg Ward <gward@python.net>
Thu, 23 Mar 2000 04:39:16 +0000 (04:39 +0000)
Lib/distutils/util.py

index b308b90dd0261159eded998def3de3e3eaf4e9dc..caf9906281f8c6c0a7ae3621c29f41b48e64c27b 100644 (file)
@@ -11,7 +11,7 @@ file causing it."""
 
 __revision__ = "$Id$"
 
-import os, string, re, shutil
+import sys, os, string, re, shutil
 from distutils.errors import *