diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/Utilities/GetSysPath.py --- a/src/eric7/Utilities/GetSysPath.py Fri Nov 04 13:46:31 2022 +0100 +++ b/src/eric7/Utilities/GetSysPath.py Fri Nov 04 13:52:26 2022 +0100 @@ -7,8 +7,8 @@ Module to get sys.path of an external interpreter. """ +import json import sys -import json if __name__ == "__main__": # print sys.path to stdout