Commit 8db806d3 authored by Jason R. Coombs's avatar Jason R. Coombs

remove shim should by symmetric to add_shim

parent 6c6d69e0
......@@ -91,6 +91,6 @@ def add_shim():
def remove_shim():
try:
sys.path.remove(DISTUTILS_FINDER)
sys.meta_path.remove(DISTUTILS_FINDER)
except ValueError:
pass
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