X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=rainbowstream%2Fpy3patch.py;h=4ba959110dd8a202f8c410cda9064317c5e3822b;hb=89e6bf4b2de0cb0ab4be0d405067a92041bb9879;hp=35927ee3533055bede60f655520892f9e2c9d788;hpb=03c0d30be5c9eff80893cce9320a01ef3ce918a5;p=rainbowstream.git diff --git a/rainbowstream/py3patch.py b/rainbowstream/py3patch.py index 35927ee..4ba9591 100644 --- a/rainbowstream/py3patch.py +++ b/rainbowstream/py3patch.py @@ -30,10 +30,3 @@ else: raw_input = input lmap = lambda f, a: list(map(f, a)) str2u = u2str = lambda x: x - - -def is_ascii(s): - """ - Check if multibyte character or not - """ - return all(ord(c) < 128 for c in s)