ó
¾÷Xc           @@  s¢   d  Z  d d l m Z 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_importi   (   t   filters(   t   is_hdf5t   HLObject(   t   File(   t   Groupt   SoftLinkt   ExternalLinkt   HardLink(   t   Dataset(   t   Datatype(   t   AttributeManagerN(   t   __doc__t
   __future__R    t   _hlR   t   _hl.baseR   R   t	   _hl.filesR   t	   _hl.groupR   R   R   R   t   _hl.datasetR	   t   _hl.datatypeR
   t	   _hl.attrsR   (    (    (    s,   /tmp/pip-build-isqEY4/h5py/h5py/highlevel.pyt   <module>   s   "