summaryrefslogtreecommitdiffstats
path: root/test/Java/java_version_image/src4/NestedExample.java
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2018-08-27 04:54:00 (GMT)
committerMats Wichmann <mats@linux.com>2018-09-01 18:15:48 (GMT)
commit2180ff6d0388162586fff59e066bc1e3e4bb9600 (patch)
treefde25e0dd10732b40c2abc23b30777d0c2987ee9 /test/Java/java_version_image/src4/NestedExample.java
parentc594a4de15f55c1f1d5582c086e3021c589b4c41 (diff)
downloadSCons-2180ff6d0388162586fff59e066bc1e3e4bb9600.zip
SCons-2180ff6d0388162586fff59e066bc1e3e4bb9600.tar.gz
SCons-2180ff6d0388162586fff59e066bc1e3e4bb9600.tar.bz2
Stop using custom OrderedDict
OrdredDict is in the standard library for all supported Python versions (2.7 and 3.5+) and has improvements over the ActiveState recipe version of OrderedDict we have been using. Switch to importing from collections instead of getting it from SCons.Util (tests already did this). At the same time, reorganize the Util.py imports - import Iterable from collections.abc if possible (it is deprecated to import it from collections, will stop working in 3.8); try getting the User{Dict,List,String} from collections if possible - that is, try the 3.x way first. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/Java/java_version_image/src4/NestedExample.java')
0 files changed, 0 insertions, 0 deletions