B
    ´[  ã               @   sr   d Z edkrnddlZddlmZ ejdd… \ZZedkrPerHejj	Z
qZejZ
n
eedƒZ
eedƒ e
 ¡ ¡ dS )	zÌ
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.

Ú__main__é    N)ÚPY3é   ú-Úrbzw+b)Ú__doc__Ú__name__ÚsysZipython_genutils.py3compatr   ÚargvZinpathZoutpathÚstdinÚbufferZinfileÚopenÚwriteÚread© r   r   ú@lib/python3.7/site-packages/jupyter_console/tests/writetofile.pyÚ<module>   s   

