open-bitbucket may be offline for system maintenance Thursday evenings from 10pm to 1am ET.
Learn more about cloning repositories
You have read-only access
from __future__ import absolute_import
from sys import version_info
# used while CASA 5 and CASA 6 development overlap - CASA6 version
is_CASA6 = True
# allow easy checking against python version 2 vs 3
is_python3 = version_info > (3,)
Everything looks good. We'll let you know here if there's anything you should know about.