aboutsummaryrefslogtreecommitdiff
path: root/lang/mono/files/patch-scripts_mono-heapviz
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/files/patch-scripts_mono-heapviz')
-rw-r--r--lang/mono/files/patch-scripts_mono-heapviz11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/mono/files/patch-scripts_mono-heapviz b/lang/mono/files/patch-scripts_mono-heapviz
new file mode 100644
index 000000000000..a204c31721aa
--- /dev/null
+++ b/lang/mono/files/patch-scripts_mono-heapviz
@@ -0,0 +1,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