I see in the resourceEditor a line like
if ['List', 'PasswordField', 'TextField',
'TextArea', 'Calendar'].count(t):
Is there some subtle difference between that and
if t in ['List', 'PasswordField', 'TextField',
'TextArea', 'Calendar']:
or can I change them to something my mind can more easily read :-) ?
--
Alex Tweedly http://www.tweedly.net
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.5/377 - Release Date: 27/06/2006
|