diff --git a/src/future/moves/html/__init__.py b/src/future/moves/html/__init__.py index 88fb5254..0d430cea 100644 --- a/src/future/moves/html/__init__.py +++ b/src/future/moves/html/__init__.py @@ -147,4 +147,4 @@ def unescape(s): return s return _charref.sub(_replace_charref, s) - __all__ = ['escape', 'unescape'] + __all__ = [b'escape', b'unescape']