diff options
author | Philip Thiem <ptthiem@gmail.com> | 2013-07-04 12:53:02 -0500 |
---|---|---|
committer | Philip Thiem <ptthiem@gmail.com> | 2013-07-04 12:53:02 -0500 |
commit | 0fb7894e8fca0cbd3454fbff2afc45f51cfdd156 (patch) | |
tree | 9391b8b57ceaf2c17e22948d643412d6caa97380 /setuptools/command/sdist.py | |
parent | e6a901a1f7d454f64fb6f1b13d8f777f3a836abd (diff) | |
download | external_python_setuptools-0fb7894e8fca0cbd3454fbff2afc45f51cfdd156.tar.gz external_python_setuptools-0fb7894e8fca0cbd3454fbff2afc45f51cfdd156.tar.bz2 external_python_setuptools-0fb7894e8fca0cbd3454fbff2afc45f51cfdd156.zip |
removed the objects
--HG--
extra : rebase_source : 19c8be226a698813103dc2393b3b154060d90669
Diffstat (limited to 'setuptools/command/sdist.py')
-rwxr-xr-x | setuptools/command/sdist.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/sdist.py b/setuptools/command/sdist.py index 70ab2c84..081d3c98 100755 --- a/setuptools/command/sdist.py +++ b/setuptools/command/sdist.py @@ -4,7 +4,6 @@ from distutils import log from glob import glob import os, re, sys, pkg_resources from glob import glob -from setuptools.svn_utils import SVNEntries from setuptools import svn_utils READMES = ('README', 'README.rst', 'README.txt') |