示例#1
0
    def __init__(self):
        """Class initialiser"""

        Borg.__init__(self, self.__class__.__name__)

        self.prepare_attributes()
        self.command_line_options = optionparse.options
        self.load()
示例#2
0
    def __init__(self):
        """Class initialiser"""

        Borg.__init__(self, self.__class__.__name__)

        self.prepare_attributes()
        from terminatorlib.optionparse import options
        self.command_line_options = options
        self.load()
示例#3
0
 def __init__(self):
     Borg.__init__(self, self.__class__.__name__)
示例#4
0
    def __init__(self):
        """Class initialiser"""

        Borg.__init__(self, self.__class__.__name__)
        self.prepare_attributes()
示例#5
0
 def __init__(self):
     Borg.__init__(self, self.__class__.__name__)
     self.prepare_attributes()
示例#6
0
 def __init__(self):
     Borg.__init__(self, self.__class__.__name__)
     self.prepare_attributes()
示例#7
0
 def __init__(self):
     """Class initialiser"""
     Borg.__init__(self, self.__class__.__name__)
     self.prepare_attributes()
     dbus.service.Object.__init__(self, self.bus_name, BUS_PATH)