[pypy-commit] pypy default: whoops

mattip noreply at buildbot.pypy.org
Sun Mar 30 08:54:09 CEST 2014


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r70335:3ff23b5bb135
Date: 2014-03-30 09:50 +0300
http://bitbucket.org/pypy/pypy/changeset/3ff23b5bb135/

Log:	whoops

diff --git a/rpython/rlib/test/test_rpoll.py b/rpython/rlib/test/test_rpoll.py
--- a/rpython/rlib/test/test_rpoll.py
+++ b/rpython/rlib/test/test_rpoll.py
@@ -3,6 +3,7 @@
 import py
 
 from rpython.rlib.rsocket import *
+from rpython.rlib.rpoll import select
 try:
     from rpython.rlib.rpoll import poll
 except ImportError:


More information about the pypy-commit mailing list