Jason Lowe-Power has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/70918?usp=email )
Change subject: scons: Add os import to marshall
......................................................................
scons: Add os import to marshall
This file was missing the import os
after
I3ad28b6ee52fd347d2fe71f279baab629e88d12c
M build_tools/marshal.py
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Bobby Bruce: Looks good to me, approved; Looks good to me, approved
kokoro: Regressions pass
Jason Lowe-Power: Looks good to me, approved
diff --git a/build_tools/marshal.py b/build_tools/marshal.py
index 4a1522f..58c78e1 100644
--- a/build_tools/marshal.py
+++ b/build_tools/marshal.py
@@ -50,6 +50,7 @@
import locale
import marshal
+import os
import sys
import zlib
--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/70918?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I7fde59e92f03fd240f48a304488d77628bfdb852
Gerrit-Change-Number: 70918
Gerrit-PatchSet: 2
Gerrit-Owner: Jason Lowe-Power jason@lowepower.com
Gerrit-Reviewer: Bobby Bruce bbruce@ucdavis.edu
Gerrit-Reviewer: Gabe Black gabe.black@gmail.com
Gerrit-Reviewer: Jason Lowe-Power power.jg@gmail.com
Gerrit-Reviewer: Luming Wang wlm199558@126.com
Gerrit-Reviewer: kokoro noreply+kokoro@google.com
Jason Lowe-Power has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/70918?usp=email )
Change subject: scons: Add os import to marshall
......................................................................
scons: Add os import to marshall
This file was missing the `import os` after
I3ad28b6ee52fd347d2fe71f279baab629e88d12c
Change-Id: I7fde59e92f03fd240f48a304488d77628bfdb852
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/70918
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
---
M build_tools/marshal.py
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Bobby Bruce: Looks good to me, approved; Looks good to me, approved
kokoro: Regressions pass
Jason Lowe-Power: Looks good to me, approved
diff --git a/build_tools/marshal.py b/build_tools/marshal.py
index 4a1522f..58c78e1 100644
--- a/build_tools/marshal.py
+++ b/build_tools/marshal.py
@@ -50,6 +50,7 @@
import locale
import marshal
+import os
import sys
import zlib
--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/70918?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I7fde59e92f03fd240f48a304488d77628bfdb852
Gerrit-Change-Number: 70918
Gerrit-PatchSet: 2
Gerrit-Owner: Jason Lowe-Power <jason@lowepower.com>
Gerrit-Reviewer: Bobby Bruce <bbruce@ucdavis.edu>
Gerrit-Reviewer: Gabe Black <gabe.black@gmail.com>
Gerrit-Reviewer: Jason Lowe-Power <power.jg@gmail.com>
Gerrit-Reviewer: Luming Wang <wlm199558@126.com>
Gerrit-Reviewer: kokoro <noreply+kokoro@google.com>