Skip to content

Commit 38c3896

Browse files
committed
Remove code for unsupported/removed config command.
1 parent de8e12f commit 38c3896

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

roundup/admin.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,9 +1443,6 @@ def run_command(self, args):
14431443
self.help_commands()
14441444
self.help_all()
14451445
return 0
1446-
if command == 'config':
1447-
self.do_config(args[1:])
1448-
return 0
14491446

14501447
# figure what the command is
14511448
try:

0 commit comments

Comments
 (0)