From f594c765b19a18ebc5fab59b22e2851aff546c09 Mon Sep 17 00:00:00 2001 From: Alexander Demidov Date: Wed, 12 Mar 2014 15:00:14 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D1=83=D1=82=D0=B8=20=D0=BA=20=D0=B8=D0=BD?= =?UTF-8?q?=D1=82=D0=B5=D1=80=D0=BF=D1=80=D0=B5=D1=82=D0=B0=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resize.py b/resize.py index 40b75bd..eff845b 100755 --- a/resize.py +++ b/resize.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2.7 from __future__ import division import os, sys from PIL import Image