Skip to content

Commit 07c01a3

Browse files
committed
Drop support for EOL Python 2
1 parent a846b7f commit 07c01a3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

utils/wall.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,7 @@ def text(t):
185185
</article>
186186
""" % t
187187

188-
if sys.version_info.major == 2:
189-
print(html.encode('utf8'))
190-
else:
191-
print(html)
188+
print(html)
192189

193190
print("""
194191

0 commit comments

Comments
 (0)