[pypy-commit] pypy default: merge heads

arigo noreply at buildbot.pypy.org
Fri Apr 20 10:43:11 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r54563:9c07ef6786f8
Date: 2012-04-20 10:42 +0200
http://bitbucket.org/pypy/pypy/changeset/9c07ef6786f8/

Log:	merge heads

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