Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04501fc

Browse files
author
Daniele Linguaglossa
authored
fix issue #7
1 parent 685e642 commit 04501fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyjfuzz/core/pjf_mutators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import sys
3030

3131
if sys.version_info >= (3, 0):
32+
long = int
3233
unicode = str
3334

3435

0 commit comments

Comments
 (0)