mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
Harry Henry Gebel: import exception classes.
This commit is contained in:
parent
e5a584e865
commit
6ce94b72c6
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ __revision__ = "$Id$"
|
||||||
import os
|
import os
|
||||||
from distutils.core import Command
|
from distutils.core import Command
|
||||||
from distutils.util import get_platform, create_tree, remove_tree
|
from distutils.util import get_platform, create_tree, remove_tree
|
||||||
|
from distutils.errors import *
|
||||||
|
|
||||||
class bdist_dumb (Command):
|
class bdist_dumb (Command):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue