641 else: |
641 else: |
642 return ("/", names) |
642 return ("/", names) |
643 |
643 |
644 def addArguments(self, args, argslist): |
644 def addArguments(self, args, argslist): |
645 """ |
645 """ |
646 Protected method to add an argument list to the already present |
646 Public method to add an argument list to the already present |
647 arguments. |
647 arguments. |
648 |
648 |
649 @param args current arguments list (list of strings) |
649 @param args current arguments list (list of strings) |
650 @param argslist list of arguments (list of strings) |
650 @param argslist list of arguments (list of strings) |
651 """ |
651 """ |