[pypy-commit] pypy py3.3: missing import

pjenvey noreply at buildbot.pypy.org
Sat Jul 26 21:43:39 CEST 2014


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3.3
Changeset: r72539:6a34ba3e09b7
Date: 2014-07-26 12:27 -0700
http://bitbucket.org/pypy/pypy/changeset/6a34ba3e09b7/

Log:	missing import

diff --git a/lib-python/3/test/pickletester.py b/lib-python/3/test/pickletester.py
--- a/lib-python/3/test/pickletester.py
+++ b/lib-python/3/test/pickletester.py
@@ -9,7 +9,7 @@
 
 from test.support import (
     TestFailed, TESTFN, run_with_locale, no_tracing,
-    _2G, _4G, bigmemtest,
+    _2G, _4G, bigmemtest, check_impl_detail
     )
 
 from pickle import bytes_types


More information about the pypy-commit mailing list