Commit 07b06f22 authored by Oliver Beattie's avatar Oliver Beattie Committed by Denis Bilenko

Removed redundant sys.exc_clear assignment

parent 7998b0f7
......@@ -190,13 +190,6 @@ def set_hub(hub):
_threadlocal.hub = hub
if sys.version_info[0] >= 3:
def exc_clear():
pass
else:
exc_clear = sys.exc_clear
def _import(path):
if isinstance(path, list):
if not path:
......
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