
]c           @   s*   d  d l  m Z d e f d     YZ d S(   i(   t
   WriterBaset   HelloWriterc           B   s   e  Z d d   Z RS(   c         K   s)   t  d d   } | j d  Wd  QXd  S(   Ns	   hello.txtt   ws   hello world(   t   opent   write(   t   selft   outputt	   resourcest   notebook_namet   kwt   outfile(    (    s:   lib/python2.7/site-packages/nbconvert/tests/files/hello.pyR      s    N(   t   __name__t
   __module__t   NoneR   (    (    (    s:   lib/python2.7/site-packages/nbconvert/tests/files/hello.pyR      s   N(   t   nbconvert.writers.baseR    R   (    (    (    s:   lib/python2.7/site-packages/nbconvert/tests/files/hello.pyt   <module>   s   