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>
This commit is contained in:
committed by
Jason Lowe-Power
parent
d537ded9d2
commit
1a2904e021
@@ -50,6 +50,7 @@ this script, and to read in and execute the marshalled code later.
|
||||
|
||||
import locale
|
||||
import marshal
|
||||
import os
|
||||
import sys
|
||||
import zlib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user