pymtt
 All Classes Namespaces Files Functions Variables Groups
VersionMTTTool.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 #
3 # Copyright (c) 2015-2018 Intel, Inc. All rights reserved.
4 # $COPYRIGHT$
5 #
6 # Additional copyrights may follow
7 #
8 # $HEADER$
9 #
10 
11 from yapsy.IPlugin import IPlugin
12 
13 ## @addtogroup Tools
14 # @{
15 # @addtogroup Version
16 # Tools that collect version information
17 # @}
18 class VersionMTTTool(IPlugin):
19  def __init__(self):
20  # initialise parent class
21  IPlugin.__init__(self)
22