Skip to content

Commit 791b0ff

Browse files
committed
Overwrite announce fix for #2166 with py2-compatible version
Forgot that I'd prepared a separate branch for the 7.x series.
2 parents 1ee91be + aeb4bb6 commit 791b0ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/modules/test_modules_announce.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
# coding=utf-8
12
"""Tests for Sopel's ``announce`` plugin"""
2-
from __future__ import generator_stop
3+
from __future__ import absolute_import, division, print_function, unicode_literals
34

45
from sopel.modules import announce
56

0 commit comments

Comments
 (0)