From 3f80f94b036dd3030d772db119504fbf7a78bf13 Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Wed, 20 Sep 2006 20:57:09 +0000 Subject: More Python 2.5 compatibility fixes. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051937 --- setuptools.egg-info/entry_points.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools.egg-info') diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt index 6e48f078..4156edb5 100755 --- a/setuptools.egg-info/entry_points.txt +++ b/setuptools.egg-info/entry_points.txt @@ -28,7 +28,7 @@ depends.txt = setuptools.command.egg_info:warn_depends_obsolete [console_scripts] easy_install = setuptools.command.easy_install:main -easy_install-2.3 = setuptools.command.easy_install:main +easy_install-2.4 = setuptools.command.easy_install:main [distutils.commands] bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm -- cgit v1.2.3