ó
\c           @@  sÔ   d  Z  d d l m Z d d l Z d d l m Z e j d e d d ƒd d	 l m Z d d
 l	 m
 Z
 m Z d d l m Z d d l m Z m Z m Z m Z d d l m Z d d l m Z d d l m Z d S(   sÏ   
    This is the deprecated legacy high-level interface.

    Everything here is canonically located at the root of the package.
    New code should import directly from there, e.g. "from h5py import File".
i    (   t   absolute_importNi   (   t   H5pyDeprecationWarningsm   The h5py.highlevel module is deprecated, code should import directly from h5py, e.g. 'from h5py import File'.t
   stackleveli   (   t   filters(   t   is_hdf5t   HLObject(   t   File(   t   Groupt   SoftLinkt   ExternalLinkt   HardLink(   t   Dataset(   t   Datatype(   t   AttributeManager(   t   __doc__t
   __future__R    t   warningst   h5py_warningsR   t   warnt   _hlR   t   _hl.baseR   R   t	   _hl.filesR   t	   _hl.groupR   R   R	   R
   t   _hl.datasetR   t   _hl.datatypeR   t	   _hl.attrsR   (    (    (    s-   lib/python2.7/site-packages/h5py/highlevel.pyt   <module>   s   "