summaryrefslogtreecommitdiff
path: root/command/bdist.py
diff options
context:
space:
mode:
Diffstat (limited to 'command/bdist.py')
-rw-r--r--command/bdist.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/command/bdist.py b/command/bdist.py
index 2c81f3a9..dd202ff4 100644
--- a/command/bdist.py
+++ b/command/bdist.py
@@ -6,8 +6,9 @@ distribution)."""
__revision__ = "$Id$"
import os
+
from distutils.core import Command
-from distutils.errors import *
+from distutils.errors import DistutilsPlatformError, DistutilsOptionError
from distutils.util import get_platform