HOME


sh-3ll 1.0
DIR:/proc/self/root/proc/thread-self/root/usr/local/lib/python3.6/site-packages/
Upload File :
Current File : //proc/self/root/proc/thread-self/root/usr/local/lib/python3.6/site-packages/xray.py
import warnings
from xarray import *
from xarray import __version__

warnings.warn('xray has been renamed to xarray! Please install xarray to get '
              'future releases, and update your imports from "import xray" to '
              '"import xarray as xr". See http://xarray.pydata.org for more '
              'details.', DeprecationWarning)