[pypy-commit] pypy cpyext-gc-support-2: typo

arigo pypy.commits at gmail.com
Mon Feb 15 09:18:10 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: cpyext-gc-support-2
Changeset: r82266:0079bb6a6e6d
Date: 2016-02-15 15:17 +0100
http://bitbucket.org/pypy/pypy/changeset/0079bb6a6e6d/

Log:	typo

diff --git a/pypy/module/cpyext/pyfile.py b/pypy/module/cpyext/pyfile.py
--- a/pypy/module/cpyext/pyfile.py
+++ b/pypy/module/cpyext/pyfile.py
@@ -1,4 +1,4 @@
-$from rpython.rtyper.lltypesystem import rffi, lltype
+from rpython.rtyper.lltypesystem import rffi, lltype
 from pypy.module.cpyext.api import (
     cpython_api, CANNOT_FAIL, CONST_STRING, FILEP, build_type_checkers)
 from pypy.module.cpyext.pyobject import PyObject


More information about the pypy-commit mailing list