Example #1
0
 def RetrieveCommandLineOptions(self, args):
     '''  Implement in subclass to retrieve command line options from the argparser '''
     MultiPkgAwareSettingsInterface.RetrieveCommandLineOptions(self, args)
     pass
Example #2
0
 def AddCommandLineOptions(self, parserObj):
     ''' Implement in subclass to add command line options to the argparser '''
     MultiPkgAwareSettingsInterface.AddCommandLineOptions(self, parserObj)
     pass