Author: Ronan Lamy <[email protected]> Branch: PyBuffer Changeset: r90807:c93aaa884ed3 Date: 2017-03-25 16:12 +0000 http://bitbucket.org/pypy/pypy/changeset/c93aaa884ed3/
Log: fix typo diff --git a/pypy/module/_rawffi/buffer.py b/pypy/module/_rawffi/buffer.py --- a/pypy/module/_rawffi/buffer.py +++ b/pypy/module/_rawffi/buffer.py @@ -1,6 +1,6 @@ from rpython.rtyper.lltypesystem import rffi -from pypy.interpreter.bufffer import Buffer +from pypy.interpreter.buffer import Buffer # XXX not the most efficient implementation _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
