Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r53225:334054b5711a
Date: 2012-03-05 11:27 +0000
http://bitbucket.org/pypy/pypy/changeset/334054b5711a/

Log:    make sure ll_os gets imported when running the test

diff --git a/pypy/rpython/module/test/test_ll_os.py 
b/pypy/rpython/module/test/test_ll_os.py
--- a/pypy/rpython/module/test/test_ll_os.py
+++ b/pypy/rpython/module/test/test_ll_os.py
@@ -11,6 +11,7 @@
 import py
 
 def getllimpl(fn):
+    from pypy.rpython.module import ll_os
     return extregistry.lookup(fn).lltypeimpl
 
 def test_access():
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to