update py command

This commit is contained in:
utahta
2011-05-19 18:29:31 +09:00
parent a1e3d240ef
commit 91101100a7
2 changed files with 19 additions and 3 deletions
+2
View File
@@ -3,6 +3,8 @@ from tests import TESTPY_FILE
class PyOptions(object):
pythons = []
verbose = False
bin = "python"
options = ""
def _create_pyfile():
fp = open(TESTPY_FILE, 'w')