diff options
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') |