summaryrefslogtreecommitdiff
path: root/pkg_resources.py
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2009-08-08 12:14:21 +0100
committerHanno Schlichting <hanno@hannosch.eu>2009-08-08 12:14:21 +0100
commitdef1a4f577242d326a93268c2851e2b3f48c5329 (patch)
tree50bd0a0c14826d977700389bc49a0f6bfa284767 /pkg_resources.py
parent9fc8f75bc04283b8a724e5245703fe62bdde6528 (diff)
downloadpython-setuptools-git-def1a4f577242d326a93268c2851e2b3f48c5329.tar.gz
Change references to ez_setup to point to our own bootstrapping instead.
--HG-- branch : distribute extra : rebase_source : 4a2876da3de96acd0cae98f6cc2cdac28ed39846
Diffstat (limited to 'pkg_resources.py')
-rw-r--r--pkg_resources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources.py b/pkg_resources.py
index 92fef2c0..c636903c 100644
--- a/pkg_resources.py
+++ b/pkg_resources.py
@@ -30,7 +30,7 @@ from os.path import isdir, split
# or by the Distribute project, in case Setuptools creates
# a distribution with the same version.
#
-# The ez_setup script for instance, will check if this
+# The bootstrapping script for instance, will check if this
# attribute is present to decide wether to reinstall the package
_distribute = True