Re: [Pyobjc-dev] Newer NibLoader.py
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2002-11-17 13:12:07
|
On Sunday, Nov 17, 2002, at 00:23 Europe/Amsterdam, Just van Rossum wrote: > bb...@ma... wrote: > >> Assuming the changes are going to be relatively small from here out, >> I'm going to change the Cocoa-Python project accordingly. > > I've submitted an sf support request regarding my cvs problems. In the > meantime, > here is my working version, still named NibLoader.py. The command line > program > prints a complete Python template, using AutoBaseClass. (I'll think a > bit more > about your naming suggestions.) Currently the __metaclass__ = > NibClassLoader > idiom still works, but I'm tempted to rip it out... I'd be interested > in > comments from Ronald and Jack, though. Just rip it out. AutoBaseClass documents quite nicely what's going on and for me __metaclass__ says 'look out! something fishy is going on'. Ronald |