aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authoragronholm <none@none>2009-10-16 00:02:35 +0300
committeragronholm <none@none>2009-10-16 00:02:35 +0300
commit7785ccade4b92867c492f573e9b548c1ba612cd7 (patch)
tree10c1bb2834da14d33b787ae75ed15700acd37451 /README.txt
parent23229041ce73c90615ecefa80a720da785cd54cd (diff)
downloadexternal_python_setuptools-7785ccade4b92867c492f573e9b548c1ba612cd7.tar.gz
external_python_setuptools-7785ccade4b92867c492f573e9b548c1ba612cd7.tar.bz2
external_python_setuptools-7785ccade4b92867c492f573e9b548c1ba612cd7.zip
Unified the bootstrap file so it works on both py2.x and py3k without 2to3 (patch by Holger Krekel)
--HG-- branch : distribute extra : rebase_source : 7b8e41446e9b442adf35369b972e725f83b45d43
Diffstat (limited to 'README.txt')
-rwxr-xr-xREADME.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 2f7ddcc3..90eff943 100755
--- a/README.txt
+++ b/README.txt
@@ -92,7 +92,7 @@ If you are under Python 3, use
$ curl -O http://python-distribute.org/distribute_setup_3k.py
$ python distribute_setup_3k.py
-Notice that both files are provided in the source release.
+Notice this file is also provided in the source release.
easy_install or pip
===================