diff options
author | Philip Thiem <ptthiem@gmail.com> | 2013-06-30 21:11:35 -0500 |
---|---|---|
committer | Philip Thiem <ptthiem@gmail.com> | 2013-06-30 21:11:35 -0500 |
commit | c7bd44256ce9f77a54e22561405b06690a805e94 (patch) | |
tree | 55966e8c684736d4995e8786e55c7fc029940f29 /setuptools/command/egg_info.py | |
parent | ec450c5e222fa97ff401ab80a650cbedf268f98c (diff) | |
download | external_python_setuptools-c7bd44256ce9f77a54e22561405b06690a805e94.tar.gz external_python_setuptools-c7bd44256ce9f77a54e22561405b06690a805e94.tar.bz2 external_python_setuptools-c7bd44256ce9f77a54e22561405b06690a805e94.zip |
Finished some 1.7 tests, and updated the zip file to include the .svn dirs
Several fixes to get the code to pass the tests
--HG--
extra : rebase_source : 76e13888a6efc871cc254076c7e58f201af24472
Diffstat (limited to 'setuptools/command/egg_info.py')
-rwxr-xr-x | setuptools/command/egg_info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py index 43321119..9d30b125 100755 --- a/setuptools/command/egg_info.py +++ b/setuptools/command/egg_info.py @@ -231,7 +231,7 @@ class egg_info(Command): dirs[:] = [] continue - localrev = entries.parse_revsion() + localrev = entries.parse_revision() dirurl = entries.get_url() if base==os.curdir: |