B
    @\                 @   s   d Z ddlmZmZmZmZ ddlZeeZ	dZ
d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de ede ejZdddZee_[[[[dS )a   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

    )absolute_importdivisionprint_functionunicode_literalsN)__version__license
sampledatac           	   C   s:   ddl m}  t| td d}t|  W dQ R X dS )zI Print the Bokeh license to the console.

    Returns:
        None

    r   )joinzLICENSE.txtN)os.pathr	   open__path__printread)r	   Zlic r   -lib/python3.7/site-packages/bokeh/__init__.pyr   3   s    r      )r   )r   )	logconfig)BokehDeprecationWarningBokehUserWarningalwaysc             C   s:   ddl m}m} |||fkr,t| ||||S d|j| f S )Nr   )r   r   z%s: %s
)util.warningsr   r   original_formatwarning__name__)messagecategoryfilenamelinenoliner   r   r   r   r   _formatwarning\   s    r   )N)__doc__Z
__future__r   r   r   r   ZloggingZ	getLoggerr   log__all__r   Zutil.versionr    r   utilr   warningsr   r   r   simplefilterformatwarningr   r   r   r   r   r   <module>   s*   
	  
