From 23309e13daffb6efb2e5b4c7e29193ee31054bd3 Mon Sep 17 00:00:00 2001 From: hugovk Date: Mon, 7 Dec 2015 22:16:23 +0200 Subject: [PATCH] Declare encoding --- PIL/WalImageFile.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PIL/WalImageFile.py b/PIL/WalImageFile.py index fc2bb30a7..152bc6eed 100644 --- a/PIL/WalImageFile.py +++ b/PIL/WalImageFile.py @@ -1,3 +1,5 @@ +# encoding: utf-8 +# # The Python Imaging Library. # $Id$ #