summaryrefslogtreecommitdiffstats
path: root/python3/compute_tools/container/__init__.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2023-02-02 13:33:59 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2023-06-10 09:11:49 +0000
commitb9159523e5807b13770f78c41747b4a6b1fe13af (patch)
tree261b3a1c2aa307e5a41c21bf02ac729daefc76b8 /python3/compute_tools/container/__init__.py
parentAdding initial compute-tools python module. (diff)
downloadcompute-tools-b9159523e5807b13770f78c41747b4a6b1fe13af.tar.xz
compute-tools-b9159523e5807b13770f78c41747b4a6b1fe13af.zip
Reworking container version command in python.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'python3/compute_tools/container/__init__.py')
-rw-r--r--python3/compute_tools/container/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python3/compute_tools/container/__init__.py b/python3/compute_tools/container/__init__.py
index 8090205..ca5248b 100644
--- a/python3/compute_tools/container/__init__.py
+++ b/python3/compute_tools/container/__init__.py
@@ -16,3 +16,5 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+from .version import *