sb: Fix the imports on Python2

Updates #4037
This commit is contained in:
Chris Johns
2020-08-27 15:37:02 +10:00
parent 650c6f9933
commit c51f634258
11 changed files with 31 additions and 23 deletions

View File

@@ -42,8 +42,7 @@ except KeyboardInterrupt:
print('abort: user terminated', file = sys.stderr)
sys.exit(1)
except:
print('error: unknown application load error', file = sys.stderr)
sys.exit(1)
raise
#
# Define host profiles so it can simulated on another host.