diff options
| author | Philip Thiem <ptthiem@gmail.com> | 2013-07-04 12:49:15 -0500 |
|---|---|---|
| committer | Philip Thiem <ptthiem@gmail.com> | 2013-07-04 12:49:15 -0500 |
| commit | f4e33db5e479b87ac4217ec9b033a242aabe2ed7 (patch) | |
| tree | 82daf2a04394a3ba342c68c474052bb79b3ebb95 /setuptools/command/sdist.py | |
| parent | f982fb0b277252574a9909db14c95ef4153d38bb (diff) | |
| download | python-setuptools-bitbucket-f4e33db5e479b87ac4217ec9b033a242aabe2ed7.tar.gz | |
got some global version done, SVN 1.3.x or later now required
Diffstat (limited to 'setuptools/command/sdist.py')
| -rwxr-xr-x | setuptools/command/sdist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/sdist.py b/setuptools/command/sdist.py index 81b92f44..70ab2c84 100755 --- a/setuptools/command/sdist.py +++ b/setuptools/command/sdist.py @@ -63,7 +63,7 @@ def _default_revctrl(dirname=''): def externals_finder(dirname, filename): """Find any 'svn:externals' directories""" - for name in SVNEnteries.load(dirname).get_external_dirs(filename): + for name in svn_utils.parse_externals(dirname): yield joinpath(dirname, name) |
