[Zope-dev] Zope 2 can't paste my objects

Martijn Pieters mj@antraciet.nl
Thu, 01 Jul 1999 15:57:50 +0200


At 15:38 01/07/99 , Brian Lloyd wrote:
>This has been fixed in CVS... there still seems to be
>a problem with copying/pasting ZClass instances, though.

I thought I saw code that even completely disables copying of ZClasses 
("for now").

Yup, line 267 and on of ZClass.py:

     def cb_isCopyable(self):
         pass # for now, we don't allow ZClasses to be copied.
     cb_isMovable=cb_isCopyable


--
Martijn Pieters, Web Developer
| Antraciet http://www.antraciet.nl
| Tel: +31-35-7502100 Fax: +31-35-7502111
| mailto:mj@antraciet.nl http://www.antraciet.nl/~mj
| PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149
------------------------------------------