From 9ad1efe91d42efe6e477ea12d10228736ef851a5 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 15 Apr 2009 12:19:19 +0200 Subject: [PATCH] * don't version generated .html files * schedule _findpy for removal sometime --HG-- branch : trunk --- .hgignore | 1 + _findpy.py | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index e7019bb3d..1b9c7480f 100644 --- a/.hgignore +++ b/.hgignore @@ -10,3 +10,4 @@ syntax:glob *.pyc *.pyo *.swp +*.html diff --git a/_findpy.py b/_findpy.py index c1e208fae..15384ee25 100755 --- a/_findpy.py +++ b/_findpy.py @@ -1,7 +1,9 @@ #!/usr/bin/env python # -# find and import a version of 'py' +# try to find and import a nearby version of the 'py' package. +# otherwise use the system global default +# XXX turn this into a developer-only thing? # import sys import os