ó
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 d l
 m Z d d l m Z d
 Z d e f d	 „  ƒ  YZ d S(   u=   Download the Bokeh sample data sets to local disk.

To download the Bokeh sample data sets, execute

.. code-block:: sh

    bokeh sampledata

on the command line.

Executing this command is equivalent to running the Python code

.. code-block:: python

    import bokeh.sampledata

    bokeh.sampledata.download()

i    (   t   absolute_importt   divisiont   print_functiont   unicode_literalsN(   t
   sampledatai   (   t
   Subcommandu
   Sampledatat
   Sampledatac           B` s)   e  Z d  Z d Z d Z d Z d „  Z RS(   u5    Subcommand to download bokeh sample data sets.

    u
   sampledatau#   Download the bokeh sample data setsc         C` s   t  j ƒ  d S(   u
   

        N(   R   t   download(   t   selft   args(    (    sC   lib/python2.7/site-packages/bokeh/command/subcommands/sampledata.pyt   invokeI   s    (    (   t   __name__t
   __module__t   __doc__t   namet   helpR	   R
   (    (    (    sC   lib/python2.7/site-packages/bokeh/command/subcommands/sampledata.pyR   <   s
   (   u
   Sampledata(   R   t
   __future__R    R   R   R   t   loggingt	   getLoggerR   t   logt   bokehR   t
   subcommandR   t   __all__R   (    (    (    sC   lib/python2.7/site-packages/bokeh/command/subcommands/sampledata.pyt   <module>   s   "