[Zope] Underscore in Python Modules

Rene Pijlman rpijlman@wanadoo.nl
Wed, 18 Jul 2001 02:08:47 +0200


On Tue, 17 Jul 2001 16:45:35 -0700 (PDT), you wrote:
[_ in existing Python code]
>Zope gives me an error that "attributes beginning with _
>are not allowed"
>
>Is there a way around this?

How about 1,$s/_/X/g in vi? Metareplace X with your favourite letter
in the alphabet :-) This may have some side effects though.

Regards,
Ren=E9 Pijlman