ó
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 d l m Z d S(   uŸ   Define the Bokeh application class.

A *Bokeh Application* is a lightweight factory for creating Bokeh Documents.
For example, whenever a new client connects to a Bokeh Server, the server uses
the ``Application`` to generate a unique new document, to service  the client
session. The application performs this task by invoking the ``modify_document``
method of any ``Handler`` objects that it is configured with.

i    (   t   absolute_importt   divisiont   print_functiont   unicode_literalsNu   Applicationi   (   t   Application(   u   Application(   t   __doc__t
   __future__R    R   R   R   t   loggingt	   getLoggert   __name__t   logt   __all__t   applicationR   (    (    (    s9   lib/python2.7/site-packages/bokeh/application/__init__.pyt   <module>   s
   "