From 9502fe1fb08cd9d66d54df78402c89302b1c49a1 Mon Sep 17 00:00:00 2001 From: Ovidiu Mircescu Date: Wed, 27 Nov 2019 11:01:28 +0100 Subject: [PATCH] Fix command 'salome info' --- bin/salomeContext.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/salomeContext.py b/bin/salomeContext.py index 36961f8ef..366a67f81 100755 --- a/bin/salomeContext.py +++ b/bin/salomeContext.py @@ -29,6 +29,7 @@ import tempfile import pickle import subprocess import sys +import platform from salomeContextUtils import SalomeContextException -- 2.39.2