Skip to content

Commit

Permalink
fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Aug 15, 2016
1 parent 0a7e075 commit 410bfc4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions twisted/python/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@



if _PY3:
unichr = chr
else:
unichr = unichr



def currentframe(n=0):
"""
In Python 3, L{inspect.currentframe} does not take a stack-level argument.
Expand Down

0 comments on commit 410bfc4

Please sign in to comment.