[pypy-commit] pypy default: add missing import

2019-12-06 Thread mattip
Author: Matti Picus Branch: Changeset: r98240:890c142fd3b8 Date: 2019-12-06 16:33 +0200 http://bitbucket.org/pypy/pypy/changeset/890c142fd3b8/ Log:add missing import diff --git a/pypy/module/thread/test/test_thread.py b/pypy/module/thread/test/test_thread.py --- a/pypy/module/thread/test/t

[pypy-commit] pypy default: Add missing import. No clue why, it is not necessary to run the tests???

2017-09-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r92347:a38744e20a86 Date: 2017-09-08 01:11 +0200 http://bitbucket.org/pypy/pypy/changeset/a38744e20a86/ Log:Add missing import. No clue why, it is not necessary to run the tests??? diff --git a/pypy/module/pyexpat/__init__.py b/pypy/module/pyexp