diff options
-rw-r--r-- | Lib/distutils/command/bdist_dumb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/bdist_dumb.py b/Lib/distutils/command/bdist_dumb.py index 0a68d00..23672a6 100644 --- a/Lib/distutils/command/bdist_dumb.py +++ b/Lib/distutils/command/bdist_dumb.py @@ -11,7 +11,7 @@ __revision__ = "$Id$" import os from distutils.core import Command from distutils.util import get_platform, create_tree, remove_tree - +from distutils.errors import * class bdist_dumb (Command): |