Show
Ignore:
Timestamp:
01/19/07 12:27:07 (2 years ago)
Author:
matt
Message:

Make Form construction more convenient by adding (consisten) addField and
addGroup methods to the Form and Group as well as making stan-style
construction possible.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples.tac

    r196 r277  
    44 
    55application = service.Application('examples') 
    6 service = internet.TCPServer(8000, main.makeSite(application)) 
     6service = internet.TCPServer(8000, main.makeSite()) 
    77service.setServiceParent(application) 
    88