avocado/version.py: Turn it into an executable

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 80c516ea
#!/usr/bin/python
__all__ = ['MAJOR', 'MINOR', 'RELEASE', 'VERSION']
......@@ -6,3 +7,6 @@ MINOR = 0
RELEASE = 1
VERSION = "%s.%s.%s" % (MAJOR, MINOR, RELEASE)
if __name__ == '__main__':
print VERSION
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册