Edgewall Software

Changes between Version 24 and Version 25 of WikiFormatting


Ignore:
Timestamp:
Jan 20, 2005, 6:36:58 AM (19 years ago)
Author:
Matthew Good <trac@…>
Comment:

undo invalid edit

Legend:

Unmodified
Added
Removed
Modified
  • WikiFormatting

    v24 v25  
    202202    def __init__(self):
    203203        print "Hello World"
    204 if __'''''name'''''__ == '__main__':
     204if __name__ == '__main__':
    205205   Test()
    206206}}}</pre>