diff options
Diffstat (limited to 'net/straw/files/patch-src::lib::utils.py')
-rw-r--r-- | net/straw/files/patch-src::lib::utils.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/straw/files/patch-src::lib::utils.py b/net/straw/files/patch-src::lib::utils.py deleted file mode 100644 index f516ea556b50..000000000000 --- a/net/straw/files/patch-src::lib::utils.py +++ /dev/null @@ -1,11 +0,0 @@ ---- src/lib/utils.py.orig Sun Nov 16 03:58:11 2003 -+++ src/lib/utils.py Sun Nov 16 03:58:32 2003 -@@ -22,7 +22,7 @@ - previous = None - while res_len < chars and i < frag_len - 1: - i += 1 -- current = fragment[i] -+ current = fragment[i].encode('utf-8') - if in_tag: - if in_attr: - if current == '"': |