Re: Bulk replacement of text from spreadsheet or text file (& Python)
Wim Lewis <[email protected]>
| Newsgroups | gmane.comp.graphics.omnigraffle.user |
|---|---|
| Message-ID | <[email protected]> |
On Jan 7, 2009, at 1:54 PM, Wim Lewis wrote:
> shape2.draws_shadow.set( k.false )
Er, that should be
shape2.draws_shadow.set( False )
(the Python booleans get translated into true/false automatically.)