def __init__(self,
                 show_id,
                 show_params,
                 root,
                 canvas,
                 showlist,
                 pp_dir,
                 pp_home,
                 pp_profile,
                 command_callback):

        # init the common bits
        ArtShow.__init__(self,
                         show_id,
                         show_params,
                         root,
                         canvas,
                         showlist,
                         pp_dir,
                         pp_home,
                         pp_profile,
                         command_callback)

        # get the live tracks directories
        self.options=command_options()
Example #2
0
    def __init__(self, show_id, show_params, root, canvas, showlist, pp_dir,
                 pp_home, pp_profile, command_callback):

        # init the common bits
        ArtShow.__init__(self, show_id, show_params, root, canvas, showlist,
                         pp_dir, pp_home, pp_profile, command_callback)

        # get the live tracks directories
        self.options = command_options()
    def __init__(self, show_id, show_params, root, canvas, showlist, pp_dir,
                 pp_home, pp_profile, command_callback):

        # init the common bits
        ArtShow.__init__(self, show_id, show_params, root, canvas, showlist,
                         pp_dir, pp_home, pp_profile, command_callback)
    def __init__(self, show_id, show_params, root, canvas, showlist, pp_dir, pp_home, pp_profile, command_callback):

        # init the common bits
        ArtShow.__init__(
            self, show_id, show_params, root, canvas, showlist, pp_dir, pp_home, pp_profile, command_callback
        )