import ghs_window;
#import ghs_constants;
#import ghs_winreg;

class GHS_ConnectionOrganizerWindow(ghs_window.GHS_Window):
    """ Describe MULTI Debugger Connection Organizer window information. """
    #
    # Initialize object
    #
    # GHS: Validated
    #
    def __init__(self, compName="", wn="", wid="0", className="",
		 regSvcName="", service=""):
	ghs_window.GHS_Window.__init__(self, compName, wn, wid, className,
				       regSvcName, service);



    ##########################################################################
    #
    # More APIs......
    #
    ##########################################################################



# Define some aliases for the class
#ghs_connectionorganizerwindow = GHS_ConnectionOrganizerWindow;
