misc: Don't build region.py as a PySource
authorAndreas Sandberg <andreas.sandberg@arm.com>
Wed, 30 Mar 2016 15:21:27 +0000 (16:21 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Wed, 30 Mar 2016 15:21:27 +0000 (16:21 +0100)
The style refactor change (style: Refactor the style checker as a
Python package) moved region.py from src/python/m5/util/ to
util/style/. The SConscript update accidentally got lost in that
commit. This commit removes region.py from src/python/SConscript.

Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
--HG--
extra : amend_source : f69b75bf636dd4a4232af3e10c29f7eaa4d59dc8

src/python/SConscript

index 7e9380d8533d0cbce8183bfab6d7d7167abcd390..503e9138dc13ac05cbe37997169159c82ace32b4 100644 (file)
@@ -59,7 +59,6 @@ PySource('m5.util', 'm5/util/grammar.py')
 PySource('m5.util', 'm5/util/jobfile.py')
 PySource('m5.util', 'm5/util/multidict.py')
 PySource('m5.util', 'm5/util/orderdict.py')
-PySource('m5.util', 'm5/util/region.py')
 PySource('m5.util', 'm5/util/smartdict.py')
 PySource('m5.util', 'm5/util/sorteddict.py')
 PySource('m5.util', 'm5/util/terminal.py')