Example #1
0
 def initialize_options(self):
     PyPIRCCommand.initialize_options(self)
     self.username = ''
     self.password = ''
     self.show_response = 0
     self.sign = False
     self.identity = None
Example #2
0
 def initialize_options(self):
     PyPIRCCommand.initialize_options(self)
     self.list_classifiers = 0
     self.strict = 0