From 4ec7a628f9e35a1dfcc5ab2a3c89f15006f6353d Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Tue, 6 Jan 2009 10:09:00 +0000 Subject: Use new-style classes with multiple-inheritance to address bug in IronPython. --- numpy/lib/tests/test_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/tests/test_io.py') diff --git a/numpy/lib/tests/test_io.py b/numpy/lib/tests/test_io.py index aee727efa..6ccfa818c 100644 --- a/numpy/lib/tests/test_io.py +++ b/numpy/lib/tests/test_io.py @@ -8,7 +8,7 @@ import sys MAJVER, MINVER = sys.version_info[:2] -class RoundtripTest: +class RoundtripTest(object): def roundtrip(self, save_func, *args, **kwargs): """ save_func : callable -- cgit v1.2.1