[Matrix-SIG] Small patch to UserArray.py in LLNLDistribution11
Jannie Hofmeyr
jhsh@iafrica.com
Fri, 21 May 1999 08:52:21 +0200
Neel Krishnaswami wrote:
> I just downloaded and built the Numeric package in LLNL Distribution
> 11. I found a small problem in the UserArray.py module though -- it
> wasn't working correctly because of inconsistent indentation in the
> UserArray.__init__() method. (The indentation incorrectly defined all
> the methods *inside* __init__()'s scope.)
The problem is that the def __init__ is indented with spaces while the
rest of the class is indented with tabs.
Jannie