blob: a204c31721aa67d75d40a517ffc4bcf196ab614d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- scripts/mono-heapviz.orig 2017-04-23 06:26:21 UTC
+++ scripts/mono-heapviz
@@ -7,7 +7,7 @@
from __future__ import print_function
import sys, os
-import Image, ImageDraw
+from PIL import Image, ImageDraw
from xml.sax import ContentHandler, make_parser
from xml.sax.handler import feature_namespaces
from optparse import OptionParser
|