From 0fb7894e8fca0cbd3454fbff2afc45f51cfdd156 Mon Sep 17 00:00:00 2001 From: Philip Thiem Date: Thu, 4 Jul 2013 12:53:02 -0500 Subject: removed the objects --HG-- extra : rebase_source : 19c8be226a698813103dc2393b3b154060d90669 --- setuptools/command/sdist.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setuptools/command') 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') -- cgit v1.2.1