Skip to content

Commit

Permalink
appended to monkey_patch() ignore of AttributeError
Browse files Browse the repository at this point in the history
  • Loading branch information
polymorphm committed Feb 19, 2015
1 parent b3d0817 commit be3ab25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_socks_proxy_2013_10_03/monkey_patch.py
Expand Up @@ -31,5 +31,5 @@ def monkey_patch():
core_monkey_patch.core_monkey_patch()
try:
requests_monkey_patch.requests_monkey_patch()
except ImportError:
except (ImportError, AttributeError):
pass

0 comments on commit be3ab25

Please sign in to comment.