1# stream iterators rely on the streams library, which requires localization 2if "no-localization" in config.available_features: 3 config.unsupported = True 4
1# stream iterators rely on the streams library, which requires localization 2if "no-localization" in config.available_features: 3 config.unsupported = True 4