* don't version generated .html files

* schedule _findpy for removal sometime

--HG--
branch : trunk
This commit is contained in:
holger krekel 2009-04-15 12:19:19 +02:00
parent 4157de8aaf
commit 9ad1efe91d
2 changed files with 4 additions and 1 deletions

View File

@ -10,3 +10,4 @@ syntax:glob
*.pyc
*.pyo
*.swp
*.html

View File

@ -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