Commit 8459d215 authored by Denis Bilenko's avatar Denis Bilenko

hub.py: remove unused basestring

parent a9e7456b
......@@ -230,12 +230,9 @@ def set_hub(hub):
if sys.version_info[0] >= 3:
basestring = (str, bytes)
def exc_clear():
pass
else:
basestring = basestring
exc_clear = sys.exc_clear
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment