Author: stian Branch: improve-rbigint Changeset: r56329:4acc694be4f5 Date: 2012-06-25 00:36 +0200 http://bitbucket.org/pypy/pypy/changeset/4acc694be4f5/
Log: Remove a unintensional import diff --git a/pypy/rlib/rbigint.py b/pypy/rlib/rbigint.py --- a/pypy/rlib/rbigint.py +++ b/pypy/rlib/rbigint.py @@ -8,7 +8,7 @@ from pypy.rpython.lltypesystem import lltype, rffi from pypy.rpython import extregistry -import math, sys, array +import math, sys # note about digit sizes: # In division, the native integer type must be able to hold _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit