[pypy-commit] pypy improve-rbigint: Remove a unintensional import

stian noreply at buildbot.pypy.org
Sat Jul 21 18:41:16 CEST 2012


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


More information about the pypy-commit mailing list