[pypy-svn] r48453 - pypy/branch/pypy-rpython-unicode/objspace/flow
cfbolz at codespeak.net
cfbolz at codespeak.net
Thu Nov 8 22:46:02 CET 2007
Author: cfbolz
Date: Thu Nov 8 22:46:01 2007
New Revision: 48453
Modified:
pypy/branch/pypy-rpython-unicode/objspace/flow/operation.py
Log:
remove this too
Modified: pypy/branch/pypy-rpython-unicode/objspace/flow/operation.py
==============================================================================
--- pypy/branch/pypy-rpython-unicode/objspace/flow/operation.py (original)
+++ pypy/branch/pypy-rpython-unicode/objspace/flow/operation.py Thu Nov 8 22:46:01 2007
@@ -149,7 +149,6 @@
('issubtype', issubclass),
('repr', repr),
('str', str),
- ('unicode', unicode),
('len', len),
('hash', hash),
('getattr', getattr),
More information about the Pypy-commit
mailing list