Merge pull request #47 from hexagon5un/master
[rainbowstream.git] / rainbowstream / py3patch.py
index 35927ee3533055bede60f655520892f9e2c9d788..4ba959110dd8a202f8c410cda9064317c5e3822b 100644 (file)
@@ -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)