mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Remove unused imports
This commit is contained in:
parent
11a52708f7
commit
fc861bab92
2 changed files with 0 additions and 2 deletions
|
|
@ -8,7 +8,6 @@ distributions)."""
|
|||
|
||||
import os, string, sys, pwd, grp
|
||||
from types import *
|
||||
from distutils.core import Command, DEBUG
|
||||
from distutils.util import get_platform
|
||||
from distutils.file_util import write_file
|
||||
from distutils.errors import *
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ swinstall depot"""
|
|||
__revision__ = "$Id: bdist_sdux.py,v 0.2 "
|
||||
import os, string
|
||||
from types import *
|
||||
from distutils.core import Command, DEBUG
|
||||
from distutils.util import get_platform
|
||||
from distutils.file_util import write_file
|
||||
from distutils.errors import *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue