Commit 15890a34 authored by Jason R. Coombs's avatar Jason R. Coombs

Normalize whitespace

--HG--
extra : source : e4abff0dc46f1c089d8a61bac2406a57df406dcc
parent f5473774
......@@ -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"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment