Author: Armin Rigo <[email protected]> Branch: Changeset: r44060:9eb070967997 Date: 2011-05-10 23:03 +0200 http://bitbucket.org/pypy/pypy/changeset/9eb070967997/
Log: Just in case, add NOT_RPYTHON. diff --git a/pypy/module/_multibytecodec/app_multibytecodec.py b/pypy/module/_multibytecodec/app_multibytecodec.py --- a/pypy/module/_multibytecodec/app_multibytecodec.py +++ b/pypy/module/_multibytecodec/app_multibytecodec.py @@ -1,3 +1,4 @@ +# NOT_RPYTHON # # These classes are not supported so far. # _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
