Skip to content

Commit

Permalink
Merge pull request PyTables#557 from tomkooij/fix_pil_import
Browse files Browse the repository at this point in the history
Fix pillow/PIL import. Fix test02_UseImageAsFile
  • Loading branch information
FrancescAlted committed Jun 29, 2016
2 parents 35853cf + e8040e4 commit 952bc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tables/nodes/tests/test_filenode.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def test02_UseAsImageFile(self):
"""Using a file node with Python Imaging Library."""

try:
import Image
from PIL import Image

Image.open(self.fnode)
except ImportError:
Expand Down

0 comments on commit 952bc4e

Please sign in to comment.