[pypy-commit] pypy split-rpython: Fixed typo

2013-01-13 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r60036:670201b7d4cf Date: 2013-01-13 18:26 +0100 http://bitbucket.org/pypy/pypy/changeset/670201b7d4cf/ Log:Fixed typo diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/llsupport/gc.py --- a/rpython/jit/backend/ll

[pypy-commit] pypy split-rpython: Fixed typo in import

2013-01-10 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59944:3354e7cfa070 Date: 2013-01-11 08:16 +0100 http://bitbucket.org/pypy/pypy/changeset/3354e7cfa070/ Log:Fixed typo in import diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py --- a/pypy/modul