commit | a7540bd043622de917fdc929310e1b5ca214ab83 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Thu Mar 23 04:39:16 2000 +0000 |
committer | Greg Ward <gward@python.net> | Thu Mar 23 04:39:16 2000 +0000 |
tree | d4fa2abbbeadb62e34697719d95c509ed17e1aa6 | |
parent | e2a33079e9325781dcbc549921664c6ff92d86b9 [diff] |
Import fix.
diff --git a/Lib/distutils/util.py b/Lib/distutils/util.py index b308b90..caf9906 100644 --- a/Lib/distutils/util.py +++ b/Lib/distutils/util.py
@@ -11,7 +11,7 @@ __revision__ = "$Id$" -import os, string, re, shutil +import sys, os, string, re, shutil from distutils.errors import *