From 8dc8a1235e1c02a4946cfc28d2754965c941c482 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 20 Jun 2015 21:06:42 +1000 Subject: [PATCH] Added Python 3 support to gifmaker script --- Scripts/gifmaker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/gifmaker.py b/Scripts/gifmaker.py index 512b0720f..bf162eb2f 100644 --- a/Scripts/gifmaker.py +++ b/Scripts/gifmaker.py @@ -89,7 +89,7 @@ def makedelta(fp, sequence): frames += 1 - fp.write(";") + fp.write(b";") return frames