Added Python 3 support to gifmaker script

This commit is contained in:
Andrew Murray 2015-06-20 21:06:42 +10:00
parent 6d7eb53b52
commit 8dc8a1235e

View File

@ -89,7 +89,7 @@ def makedelta(fp, sequence):
frames += 1
fp.write(";")
fp.write(b";")
return frames