
qcc           @   s   d  Z  d d l Z e e j  d k  r6 e d   n  e e j d d   Z e j   Z Wd QXe e j d d   Z	 e	 j
 e  Wd QXd S(   s   
This file does nothing except to open the file as specified on the command
line, reading it into a buffer and writing the same content back to the file.

This script is used to simulate the optimization of an image file without
actually doing it.
iNi   s   Missing filenamei   t   rbt   wb(   t   __doc__t   syst   lent   argvt	   Exceptiont   opent   readert   readt   buft   writert   write(    (    (    s}   /Users/danaskwith/.local/share/virtualenvs/svtgbi-git-reqaUha4/lib/python2.7/site-packages/easy_thumbnails/tests/mockoptim.pyt   <module>   s   