cleanup bin-script creation, fix docs, add FAQ entry about py.test --version

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-12-24 12:27:15 +01:00
parent 1580b2c8da
commit 8a5c3c0c69
5 changed files with 35 additions and 28 deletions

View File

@@ -1,7 +1,9 @@
#!/usr/bin/env python
#
# find and import a version of 'py'
# find and import a version of 'py' that exists in a parent dir
# of the current working directory. fall back to import a
# globally available version
#
import sys
import os