Re: Something is broken
Matsui Fe2+ Tetsushi <[email protected]> Tue, 06 Jul 2004 22:33:35 +0900
| Newsgroups | gmane.comp.pythin.pyds.devel |
|---|---|
| Message-ID | <sa6llhxw98w.wl%[email protected]> |
Hello, I found the place. -- MATSUI Fe2+ Tetsushi http://homepage3.nifty.com/text/ (http://lowlife.jp/mft/ for blog) --- DefaultConfig.py.orig 2004-07-06 20:48:39.000000000 +0900 +++ DefaultConfig.py 2004-07-06 22:25:38.000000000 +0900 @@ -74,7 +74,7 @@ def __getattr__(self, attr): try: - return self.__getitem__[attr] + return self.__getitem__(attr) except KeyError: raise AttributeError(attr)