* don't version generated .html files
* schedule _findpy for removal sometime --HG-- branch : trunk
This commit is contained in:
parent
4157de8aaf
commit
9ad1efe91d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue