Skip to content

Commit

Permalink
Merge pull request #138 from 4gn3s/patch-1
Browse files Browse the repository at this point in the history
Added a missing import
  • Loading branch information
pipermerriam committed Dec 29, 2016
2 parents 2ef3e34 + 031a3f1 commit d765a28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web3/utils/exception_py2.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
import sys

def raise_from(my_exception, other_exception):
raise my_exception, None, sys.exc_info()[2] # noqa: W602, E999

0 comments on commit d765a28

Please sign in to comment.