Beispiel #1
0
 def initialize_options(self):
     PyPIRCCommand.initialize_options(self)
     self.username = ''
     self.password = ''
     self.show_response = 0
     self.sign = False
     self.identity = None
Beispiel #2
0
 def initialize_options(self):
     PyPIRCCommand.initialize_options(self)
     self.username = ''
     self.password = ''
     self.show_response = 0
     self.sign = False
     self.identity = None
Beispiel #3
0
 def initialize_options(self):
     PyPIRCCommand.initialize_options(self)
     self.list_classifiers = 0
     self.strict = 0
Beispiel #4
0
 def initialize_options(self):
     PyPIRCCommand.initialize_options(self)
     self.username = ''
     self.password = ''
Beispiel #5
0
 def initialize_options(self):
     PyPIRCCommand.initialize_options(self)
     self.username = ''
     self.password = ''
Beispiel #6
0
 def initialize_options(self):
     PyPIRCCommand.initialize_options(self)
     self.list_classifiers = 0
     self.strict = 0