summaryrefslogtreecommitdiff
path: root/setuptools/command
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-02-05 18:29:43 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-02-05 18:29:43 -0500
commitd1f99e718411d31ca084e8ebcda0892c553c4b9f (patch)
tree53c1a50a599ee2a826d14fe8cafe05c6a0995a88 /setuptools/command
parentfe67ba4902e1a8b83527420fdb6f4b1ca313be4b (diff)
downloadpython-setuptools-bitbucket-d1f99e718411d31ca084e8ebcda0892c553c4b9f.tar.gz
Normalize whitespace
Diffstat (limited to 'setuptools/command')
-rwxr-xr-xsetuptools/command/sdist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/sdist.py b/setuptools/command/sdist.py
index 77a3852b..aa6f47f0 100755
--- a/setuptools/command/sdist.py
+++ b/setuptools/command/sdist.py
@@ -40,6 +40,7 @@ class re_finder(object):
#was an re_finder for calling unescape
path = self.postproc(path)
yield svn_utils.joinpath(dirname,path)
+
def __call__(self, dirname=''):
path = svn_utils.joinpath(dirname, self.path)
@@ -65,7 +66,6 @@ finders = [
]
-
class sdist(_sdist):
"""Smart sdist that finds anything supported by revision control"""