All pastes #2109253 Raw Edit

Untitled

public text v1 · immutable
#2109253 ·published 2012-02-03 09:45 UTC
rendered paste body
class myFactory(Factory):
    protocol= myProto
    
    def serveRoot(self):
        self.protocol.serve("Hello")