summaryrefslogtreecommitdiff
path: root/command/sdist.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-25 00:12:32 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-25 00:12:32 +0300
commit1746f3caf7a6a71c04f79da2b89c888cb5daadec (patch)
treefa89c019c899f4ee4c3f8d8abfe0c9db37c53f1c /command/sdist.py
parent905adfca47183d923e35135c4795a3b0439c6104 (diff)
downloadpython-setuptools-git-1746f3caf7a6a71c04f79da2b89c888cb5daadec.tar.gz
Removed unused imports.
Diffstat (limited to 'command/sdist.py')
-rw-r--r--command/sdist.py1
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