Author: Alex Gaynor <[email protected]> Branch: Changeset: r73581:8fac16ad89ab Date: 2014-09-17 10:20 -0700 http://bitbucket.org/pypy/pypy/changeset/8fac16ad89ab/
Log: import is now unused diff --git a/pypy/module/operator/app_operator.py b/pypy/module/operator/app_operator.py --- a/pypy/module/operator/app_operator.py +++ b/pypy/module/operator/app_operator.py @@ -4,7 +4,6 @@ This module exports a set of operators as functions. E.g. operator.add(x,y) is equivalent to x+y. ''' -from __pypy__ import builtinify import types _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
