ó
§]c           @   sP   d  Z  d d l m Z d d l m Z d d l m Z d e f d     YZ d S(   s   Global configuration class.i˙˙˙˙(   t   List(   t   LoggingConfigurable(   t   Unicodet   NbConvertBasec        	   B   sk   e  Z d  Z e d d d d d d d d g d	 d
 j d e  Z e d d	 d j d e  Z d   Z	 RS(   s~   Global configurable class for shared config

    Useful for display data priority that might be used by many transformers
    s	   text/htmls   application/pdfs
   text/latexs   image/svg+xmls	   image/pngs
   image/jpegs   text/markdowns
   text/plaint   helps­   
            An ordered list of preferred output type, the first
            encountered will usually be used when converting discarding
            the others.
            t   configt   ipythonsZ   Deprecated default highlight language as of 5.0, please use language_info metadata insteadc         K   s   t  t |   j |   d  S(   N(   t   superR   t   __init__(   t   selft   kw(    (    s3   lib/python2.7/site-packages/nbconvert/utils/base.pyR      s    (
   t   __name__t
   __module__t   __doc__R    t   tagt   Truet   display_data_priorityR   t   default_languageR   (    (    (    s3   lib/python2.7/site-packages/nbconvert/utils/base.pyR   
   s   !			N(   R   t	   traitletsR    t   traitlets.config.configurableR   R   R   (    (    (    s3   lib/python2.7/site-packages/nbconvert/utils/base.pyt   <module>   s   