Author: Alexander Hesse <[email protected]>
Branch: split-rpython
Changeset: r60121:cd43dc8bcaae
Date: 2013-01-17 05:59 +0100
http://bitbucket.org/pypy/pypy/changeset/cd43dc8bcaae/

Log:    Fixed isolate_slave

diff --git a/pypy/tool/isolate_slave.py b/pypy/tool/isolate_slave.py
--- a/pypy/tool/isolate_slave.py
+++ b/pypy/tool/isolate_slave.py
@@ -1,4 +1,4 @@
-import sys, imp
+import sys, os, imp
 sys.path.insert(0, os.path.realpath(os.path.join(os.path.dirname(__file__), 
'..', '..')))
 from pypy.tool import slaveproc
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to