tests: add missing "from __future__ import division"

This commit is contained in:
Benoit Pierre 2015-04-16 17:38:15 +02:00
parent 4f6c366e75
commit a649757f03

View File

@ -1,3 +1,4 @@
from __future__ import division
from helper import unittest, PillowTestCase
import sys
from PIL import Image