[pypy-commit] pypy default: Remove unnecessary import, which may trigger an unwanted early import of 'types'

2016-04-27 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r83991:3d4128d02a5e Date: 2016-04-27 17:10 +0100 http://bitbucket.org/pypy/pypy/changeset/3d4128d02a5e/ Log:Remove unnecessary import, which may trigger an unwanted early import of 'types' diff --git a/pypy/module/operator/app_operator.py b/pyp

[pypy-commit] pypy default: remove unnecessary import

2014-02-01 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r69046:180ede03fc14 Date: 2014-02-01 20:32 + http://bitbucket.org/pypy/pypy/changeset/180ede03fc14/ Log:remove unnecessary import diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --- a/rpython/annotator/annrpython.py ++

[pypy-commit] pypy default: Remove unnecessary import and unused variable

2011-10-13 Thread dlo
Author: Dan Loewenherz Branch: Changeset: r48047:c77dd69c7542 Date: 2011-10-13 21:46 -0700 http://bitbucket.org/pypy/pypy/changeset/c77dd69c7542/ Log:Remove unnecessary import and unused variable diff --git a/lib_pypy/resource.py b/lib_pypy/resource.py --- a/lib_pypy/resource.py +++ b/lib_p