ó
mÜJ]c           @` sý   d  Z  d d l m Z m Z m Z m Z d d l Z e j e ƒ Z	 d Z
 d „  Z d d	 l m Z e d d
 l m Z e d d l m Z [ d d l Z d d l m Z m Z e j d e ƒ e j d e ƒ e j Z d d „ Z e e _ [ [ [ [ d S(   uÕ   Bokeh is a Python interactive visualization library that targets modern
web browsers for presentation.

Its goal is to provide elegant, concise construction of versatile graphics,
and also deliver this capability with high-performance interactivity over large
or streaming datasets. Bokeh can help anyone who would like to quickly and
easily create interactive plots, dashboards, and data applications.

For full documentation, please visit: https://bokeh.pydata.org

i    (   t   absolute_importt   divisiont   print_functiont   unicode_literalsNu   __version__u   licenseu
   sampledatac          C` sF   d d l  m }  t |  t d d ƒ ƒ  } t | j ƒ  ƒ Wd QXd S(   uI    Print the Bokeh license to the console.

    Returns:
        None

    i    (   t   joinu   LICENSE.txtN(   t   os.pathR   t   opent   __path__t   printt   read(   R   t   lic(    (    s-   lib/python2.7/site-packages/bokeh/__init__.pyt   license3   s    i   (   t   __version__(   t
   sampledata(   t	   logconfig(   t   BokehDeprecationWarningt   BokehUserWarningu   alwaysc         C` sO   d d l  m } m } | | | f k r> t |  | | | | ƒ Sd | j |  f S(   Ni   (   R   R   u   %s: %s
(   t   util.warningsR   R   t   original_formatwarningt   __name__(   t   messaget   categoryt   filenamet   linenot   lineR   R   (    (    s-   lib/python2.7/site-packages/bokeh/__init__.pyt   _formatwarning\   s    (   u   __version__u   licenseu
   sampledata(   t   __doc__t
   __future__R    R   R   R   t   loggingt	   getLoggerR   t   logt   __all__R   t   util.versionR   t    R   t   utilR   t   warningsR   R   R   t   simplefiltert   formatwarningR   t   NoneR   (    (    (    s-   lib/python2.7/site-packages/bokeh/__init__.pyt   <module>   s.   "  	  		