[pypy-commit] pypy default: add import, fixes issue 1133

mattip noreply at buildbot.pypy.org
Thu Apr 19 20:24:38 CEST 2012


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r54557:3afde514d040
Date: 2012-04-19 21:23 +0300
http://bitbucket.org/pypy/pypy/changeset/3afde514d040/

Log:	add import, fixes issue 1133

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
@@ -4,6 +4,7 @@
 import pypy
 from pypy.tool.udir import udir
 from pypy.translator.c.test.test_genc import compile
+from pypy.rpython.module import ll_os #has side effect of registering functions
 
 from pypy.rpython import extregistry
 import errno


More information about the pypy-commit mailing list