Author: Manuel Jacob Branch: refactor-str-types Changeset: r65713:dbcdd32fe31f Date: 2013-07-27 16:13 +0200 http://bitbucket.org/pypy/pypy/changeset/dbcdd32fe31f/
Log: Add missing import. diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objspace/std/bytesobject.py +++ b/pypy/objspace/std/bytesobject.py @@ -1,7 +1,7 @@ """The builtin str implementation""" from pypy.interpreter.buffer import StringBuffer -from pypy.interpreter.error import operationerrfmt +from pypy.interpreter.error import OperationError, operationerrfmt from pypy.interpreter.gateway import interp2app, unwrap_spec, WrappedDefault from pypy.objspace.std import newformat from pypy.objspace.std.basestringtype import basestring_typedef _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit