Mercurial > p > roundup > code
comparison roundup/admin.py @ 5229:cb61b7935fec
Remove code for unsupported/removed config command.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 11 Apr 2017 21:49:18 -0400 |
| parents | 6a4317738a90 |
| children | 62a88d69ac52 |
comparison
equal
deleted
inserted
replaced
| 5228:7adf1a22872a | 5229:cb61b7935fec |
|---|---|
| 1441 if command == 'morehelp': | 1441 if command == 'morehelp': |
| 1442 self.do_help(['help']) | 1442 self.do_help(['help']) |
| 1443 self.help_commands() | 1443 self.help_commands() |
| 1444 self.help_all() | 1444 self.help_all() |
| 1445 return 0 | 1445 return 0 |
| 1446 if command == 'config': | |
| 1447 self.do_config(args[1:]) | |
| 1448 return 0 | |
| 1449 | 1446 |
| 1450 # figure what the command is | 1447 # figure what the command is |
| 1451 try: | 1448 try: |
| 1452 functions = self.commands.get(command) | 1449 functions = self.commands.get(command) |
| 1453 except KeyError: | 1450 except KeyError: |
