From a649757f03c25213f54d58b3220372f83c43373b Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Thu, 16 Apr 2015 17:38:15 +0200 Subject: [PATCH] tests: add missing "from __future__ import division" --- Tests/check_webp_leaks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/check_webp_leaks.py b/Tests/check_webp_leaks.py index b5875c8ab..95162ad4a 100644 --- a/Tests/check_webp_leaks.py +++ b/Tests/check_webp_leaks.py @@ -1,3 +1,4 @@ +from __future__ import division from helper import unittest, PillowTestCase import sys from PIL import Image