Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685e642 commit 04501fcCopy full SHA for 04501fc
1 file changed
pyjfuzz/core/pjf_mutators.py
@@ -29,6 +29,7 @@
29
import sys
30
31
if sys.version_info >= (3, 0):
32
+ long = int
33
unicode = str
34
35
0 commit comments