Make check_uuid executable

Check_uuid is a script and not a module. This makes it executable
from CLI.

Change-Id: I1c5b6a79e412471f27bc9779dd821a52ec83c645
This commit is contained in:
Marc Koderer 2015-03-16 15:14:37 +01:00
parent 5ac739a712
commit 07a5a6f58d
1 changed files with 2 additions and 0 deletions

2
tools/check_uuid.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
# Copyright 2014 Mirantis, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may