Author: Armin Rigo <[email protected]> Branch: builtin-module Changeset: r50116:c8b8463377a3 Date: 2011-12-04 11:27 +0100 http://bitbucket.org/pypy/pypy/changeset/c8b8463377a3/
Log: Add an import diff --git a/lib_pypy/unicodedata.py b/lib_pypy/unicodedata.py --- a/lib_pypy/unicodedata.py +++ b/lib_pypy/unicodedata.py @@ -1,3 +1,4 @@ # indirection needed; otherwise the built-in module "unicodedata" shadows # any file unicodedata.py that would be found in the user dirs from __builtin_unicodedata import * +from __builtin_unicodedata import _get_code _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
