From a57558d25e9df2a2e3173abb361f7d97b95d02c8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 2 Feb 2023 14:33:59 +0100 Subject: Reworking container version command in python. Signed-off-by: Daniel Baumann --- python3/compute_tools/container/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python3/compute_tools/container/__init__.py') 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 . + +from .version import * -- cgit v1.2.3