Merge "Remove execute permission from swift/cli/ringbuilder.py"
This commit is contained in:
commit
7f230f82d3
5
swift/cli/ringbuilder.py
Executable file → Normal file
5
swift/cli/ringbuilder.py
Executable file → Normal file
@ -1,4 +1,3 @@
|
|||||||
#! /usr/bin/env python
|
|
||||||
# Copyright (c) 2010-2012 OpenStack Foundation
|
# Copyright (c) 2010-2012 OpenStack Foundation
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
@ -1232,7 +1231,3 @@ def main(arguments=None):
|
|||||||
exit(2)
|
exit(2)
|
||||||
else:
|
else:
|
||||||
Commands.__dict__.get(command, Commands.unknown.__func__)()
|
Commands.__dict__.get(command, Commands.unknown.__func__)()
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
main()
|
|
||||||
|
Loading…
Reference in New Issue
Block a user