ó
c’?[c           @   s    d  Z  e d k rœ d d l Z d d l m Z e j d \ Z Z e d k rn e rb e j j	 Z
 q} e j Z
 n e e d ƒ Z
 e e d ƒ j e
 j ƒ  ƒ n  d S(	   sÌ   
Copy data from input file to output file for testing.

Command line usage:

    python writetofile.py INPUT OUTPUT

Binary data from INPUT file is copied to OUTPUT file.
If INPUT is '-', stdin is used.

t   __main__iÿÿÿÿN(   t   PY3i   t   -t   rbs   w+b(   t   __doc__t   __name__t   syst   ipython_genutils.py3compatR   t   argvt   inpatht   outpatht   stdint   buffert   infilet   opent   writet   read(    (    (    s@   lib/python2.7/site-packages/jupyter_console/tests/writetofile.pyt   <module>   s   