diff options
Diffstat (limited to 'textw')
-rw-r--r-- | textw/progress_text.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textw/progress_text.py b/textw/progress_text.py index 71ac9e9..42c6cea 100644 --- a/textw/progress_text.py +++ b/textw/progress_text.py @@ -31,8 +31,6 @@ import logging log = logging.getLogger("anaconda") def deunicode_str(txt): - """ messages from Entropy are pushed as unicode, but here - we can only accept bytestring """ if sys.hexversion < 0x3000000: if isinstance(txt, unicode): return txt.encode('raw_unicode_escape') |