mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Removed unused imports.
This commit is contained in:
parent
a6f26c1d34
commit
ccd047ea4b
26 changed files with 11 additions and 31 deletions
|
@ -3,7 +3,6 @@
|
|||
Implements the Distutils 'sdist' command (create a source distribution)."""
|
||||
|
||||
import os
|
||||
import string
|
||||
import sys
|
||||
from types import *
|
||||
from glob import glob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue