Simple Embedded Source Code

# Get standard application class definitions.
import ihApp

# Our own application is a subclass of the iHTML-defined
# Application class.
class ihEmbed(ihApp.Application):

    # Class initialization.
    def __init__(self,**args):

        # Just send control on up to the superclass.
        apply(ihApp.Application.__init__,(self,),args)

# Make our program externally visible.
__export__ = ['ihEmbed']

_________.oo_Q_Q_oo.____________________________________________
Dianne Kyra Hackborn <hackbod@angryredplanet.com>
Last modified: Wed Aug 14 15:57:46 PDT 1996

This web page and all material contained herein is Copyright (c) 1997 Dianne Hackborn, unless otherwise noted. All rights reserved.