remove transition functions from Python

This commit is contained in:
Sarah Hoffmann
2021-04-16 18:41:14 +02:00
parent b7e5c54593
commit da98a2102a
3 changed files with 0 additions and 149 deletions

View File

@@ -273,8 +273,6 @@ def get_set_parser(**kwargs):
else:
parser.parser.epilog = 'php-cgi not found. Query commands not available.'
parser.add_subcommand('transition', clicmd.AdminTransition)
return parser