ó
šßÈ[c           @` sê   d  Z  d d l m Z m Z m Z m Z d d l m Z m Z m	 Z	 m
 Z
 m Z m Z d d l m Z m Z m Z m Z m Z m Z d d l m Z d d	 d
 d d d d d d d d d d d g Z d e j f d „  ƒ  YZ e ƒ  Z d S(   u‚   
This package reads and writes data formats used by the Virtual
Observatory (VO) initiative, particularly the VOTable XML format.
i    (   t   absolute_importt   divisiont   print_functiont   unicode_literalsi   (   t   parset   parse_single_tablet   validatet
   from_tablet
   is_votablet   writeto(   t	   VOWarningt   VOTableChangeWarningt   VOTableSpecWarningt   UnimplementedWarningt	   IOWarningt   VOTableSpecErrori   (   t   configu   Confu   confu   parseu   parse_single_tableu   validateu
   from_tableu
   is_votableu   writetou	   VOWarningu   VOTableChangeWarningu   VOTableSpecWarningu   UnimplementedWarningu	   IOWarningu   VOTableSpecErrort   Confc           B` s)   e  Z d  Z e j e d d d g ƒZ RS(   u<   
    Configuration parameters for `astropy.io.votable`.
    uF   When True, treat fixable violations of the VOTable spec as exceptions.t   aliasesu!   astropy.io.votable.table.pedantic(   t   __name__t
   __module__t   __doc__t   _configt
   ConfigItemt   Falset   pedantic(    (    (    s:   lib/python2.7/site-packages/astropy/io/votable/__init__.pyR      s
   N(   R   t
   __future__R    R   R   R   t   tableR   R   R   R   R   R	   t
   exceptionsR
   R   R   R   R   R   t    R   R   t   __all__t   ConfigNamespaceR   t   conf(    (    (    s:   lib/python2.7/site-packages/astropy/io/votable/__init__.pyt   <module>   s   "..