[ZPatterns] Using ZPatterns not TTW

R. David Murray bitz@bitdance.com
Sun, 3 Jun 2001 19:53:49 -0400 (EDT)


> >            # add this to get an acquisition-wrapped CRMSys
> >            CRMSys=self[id]

Hmm.  self[id] doesn't work (attribute error on __getitem__).  self
is a __FactoryDispatcher__ instance.  It seems like that should be
normal, but my brain is starting to hurt now <grin>.  I should
probably try to increase my zen level by figuring out how this
factory thing works...

--RDM