From 8b3effb4f5fc0ee84fdf1e36d8bb7d8a17f1258d Mon Sep 17 00:00:00 2001 From: "\"Brett Cannon ext:(%22)" Date: Sun, 17 Jan 2010 14:33:03 -0800 Subject: Revert Python 3 change to entry_points.txt. --HG-- branch : distribute extra : rebase_source : a2dccb8f52e60f1e746ecfd72ff77b9a94080e23 --- distribute.egg-info/entry_points.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distribute.egg-info') diff --git a/distribute.egg-info/entry_points.txt b/distribute.egg-info/entry_points.txt index e1f704d8..1c9f123d 100644 --- a/distribute.egg-info/entry_points.txt +++ b/distribute.egg-info/entry_points.txt @@ -32,7 +32,7 @@ depends.txt = setuptools.command.egg_info:warn_depends_obsolete [console_scripts] easy_install = setuptools.command.easy_install:main -easy_install-3.1 = setuptools.command.easy_install:main +easy_install-2.6 = setuptools.command.easy_install:main [setuptools.file_finders] svn_cvs = setuptools.command.sdist:_default_revctrl -- cgit v1.2.1