diff options
Diffstat (limited to 'python/SConscript')
-rw-r--r-- | python/SConscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/SConscript b/python/SConscript index 8404bc4bd..9c15c6d50 100644 --- a/python/SConscript +++ b/python/SConscript @@ -30,9 +30,6 @@ import os, os.path, re, sys Import('env') -# tell python where to find m5 python code -sys.path.append(os.path.join(env['SRCDIR'], 'python')) - import m5scons def WriteEmbeddedPyFile(target, source, path, name, ext, filename): |