diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-08-23 11:33:26 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-08-23 11:33:26 +0000 |
commit | a91d5178df4114be26eeba0ff55a2128df04df82 (patch) | |
tree | 057be916dadedc782d9c9c5e63bb95bb20bbc4b1 /misc/xyzcmd/files | |
parent | 6503031fc4196da04cf2e3f18690c3738a58fc12 (diff) |
Notes
Diffstat (limited to 'misc/xyzcmd/files')
-rw-r--r-- | misc/xyzcmd/files/patch-libxyz__ui____init__.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/xyzcmd/files/patch-libxyz__ui____init__.py b/misc/xyzcmd/files/patch-libxyz__ui____init__.py deleted file mode 100644 index 57745b45afe6..000000000000 --- a/misc/xyzcmd/files/patch-libxyz__ui____init__.py +++ /dev/null @@ -1,11 +0,0 @@ ---- ./libxyz/ui/__init__.py.orig 2014-07-01 19:55:27.884601353 +0400 -+++ ./libxyz/ui/__init__.py 2014-07-01 19:57:02.576866186 +0400 -@@ -47,6 +47,8 @@ - ) - - import urwid as lowui -+if int(lowui.__version__[0]) == 1: -+ lowui.escape.utf8decode = lambda x: x - - import display - import align |