We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d42147 commit 5e6e235Copy full SHA for 5e6e235
sc2reader/engine/plugins/creeptracker.py
@@ -2,8 +2,8 @@
2
from __future__ import absolute_import, print_function, unicode_literals, division
3
4
from sets import Set
5
-from Image import open as PIL_open
6
-from Image import ANTIALIAS
+from PIL.Image import open as PIL_open
+from PIL.Image import ANTIALIAS
7
from StringIO import StringIO
8
from collections import defaultdict
9
from itertools import tee
0 commit comments