Skip to content

Commit c6faa0b

Browse files
committed
Python 3 preparation: use byte-string argument to base64.decodestring for favicon.
1 parent 0d3cb84 commit c6faa0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/scripts/roundup_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
# "default" favicon.ico
7373
# generate by using "icotool" and tools/base64
7474
import zlib, base64
75-
favico = zlib.decompress(base64.decodestring('''
75+
favico = zlib.decompress(base64.decodestring(b'''
7676
eJztjr1PmlEUh59XgVoshdYPWorFIhaRFq0t9pNq37b60lYSTRzcTFw6GAfj5gDYaF0dTB0MxMSE
7777
gQQd3FzKJiEC0UCIUUN1M41pV2JCXySg/0ITn5tfzvmdc+85FwT56HSc81UJjXJsk1UsNcsSqCk1
7878
BS64lK+vr7OyssLJyQl2ux2j0cjU1BQajYZIJEIwGMRms+H3+zEYDExOTjI2Nsbm5iZWqxWv18vW

0 commit comments

Comments
 (0)