diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-25 00:12:32 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-25 00:12:32 +0300 |
| commit | 1746f3caf7a6a71c04f79da2b89c888cb5daadec (patch) | |
| tree | fa89c019c899f4ee4c3f8d8abfe0c9db37c53f1c /command/sdist.py | |
| parent | 905adfca47183d923e35135c4795a3b0439c6104 (diff) | |
| download | python-setuptools-git-1746f3caf7a6a71c04f79da2b89c888cb5daadec.tar.gz | |
Removed unused imports.
Diffstat (limited to 'command/sdist.py')
| -rw-r--r-- | command/sdist.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/command/sdist.py b/command/sdist.py index 7ea3d5fa..35a06eb0 100644 --- a/command/sdist.py +++ b/command/sdist.py @@ -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 |
