[Zope] __init__ is not a valid variable name because it starts with a "_"

Adrian May stoneage@stone-age-software.com
Fri, 28 Jun 2002 22:31:54 +0200 (CEST)


Thats what zope said when I made a new python script and entered something
like:

class AdsSecondClass:
   def __init__()
    blah blah

as inspired by some example code.

Why?

All I really want is to store four integers on the server and have them
updated by surfer actions. 

Thanks in advance,

Ad.