From e7bd48fa5ee8299cfa74355d0b98ac178a336ff1 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Mon, 9 Jun 2014 20:56:32 -0400 Subject: [PATCH] Revert "Experimental import fix" This reverts commit 7a10f6b39a2c1f191c977571e69ceafe8022c006. --- test/test_000_sanity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_000_sanity.py b/test/test_000_sanity.py index fda481ed1..22e582ec3 100644 --- a/test/test_000_sanity.py +++ b/test/test_000_sanity.py @@ -1,4 +1,4 @@ -from test.helper import unittest, PillowTestCase +from helper import unittest, PillowTestCase import PIL import PIL.Image