[pypy-svn] r38563 - pypy/dist/pypy/module/thread/rpython/test

pedronis at codespeak.net pedronis at codespeak.net
Mon Feb 12 15:07:45 CET 2007


Author: pedronis
Date: Mon Feb 12 15:07:44 2007
New Revision: 38563

Modified:
   pypy/dist/pypy/module/thread/rpython/test/test_ll_thread.py
Log:
import py to have skipping work for real



Modified: pypy/dist/pypy/module/thread/rpython/test/test_ll_thread.py
==============================================================================
--- pypy/dist/pypy/module/thread/rpython/test/test_ll_thread.py	(original)
+++ pypy/dist/pypy/module/thread/rpython/test/test_ll_thread.py	Mon Feb 12 15:07:44 2007
@@ -1,3 +1,5 @@
+import py
+
 try:
     import thread
 except ImportError:



More information about the Pypy-commit mailing list