[pypy-svn] r59813 - pypy/build/testrunner

fijal at codespeak.net fijal at codespeak.net
Sat Nov 8 17:04:34 CET 2008


Author: fijal
Date: Sat Nov  8 17:04:33 2008
New Revision: 59813

Modified:
   pypy/build/testrunner/scratchbox_runner.py
Log:
argh


Modified: pypy/build/testrunner/scratchbox_runner.py
==============================================================================
--- pypy/build/testrunner/scratchbox_runner.py	(original)
+++ pypy/build/testrunner/scratchbox_runner.py	Sat Nov  8 17:04:33 2008
@@ -3,6 +3,8 @@
 Later on we might come out with some general solution
 """
 
+import os
+
 def args_for_scratchbox(cwd, args):
     username = os.environ['HOME'].split(os.sep)[-1]
     scratchboxdir = '/scratchbox/users/%s/home/%s' % (username, username)



More information about the Pypy-commit mailing list