#!/usr/bin/env python

# These tests are disabled currently for multi-locale runs.

from __future__ import print_function
from os import environ

print(environ['CHPL_COMM'] != 'none')
