From 2812406e48a7ffa011dc60ed37dda6131c08ae3d Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Tue, 5 Apr 2011 13:28:50 -0600 Subject: STY: Replace remaining old style classes with classes subclassing object. --- numpy/core/getlimits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/getlimits.py') diff --git a/numpy/core/getlimits.py b/numpy/core/getlimits.py index 53728bc59..37f33c66d 100644 --- a/numpy/core/getlimits.py +++ b/numpy/core/getlimits.py @@ -181,7 +181,7 @@ nexp =%(nexp)6s min= -max ''' % self.__dict__ -class iinfo: +class iinfo(object): """ iinfo(type) -- cgit v1.2.1