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