Skip to content

Commit

Permalink
Import check
Browse files Browse the repository at this point in the history
  • Loading branch information
bannsec authored and zardus committed Feb 28, 2019
1 parent 0a68102 commit 97ffba2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shellphish_afl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import os
import distutils

if not hasattr(distutils, 'sysconfig'):
import distutils.sysconfig

def afl_bin(platform):
return os.path.join(afl_dir(platform), 'afl-fuzz')

Expand Down

0 comments on commit 97ffba2

Please sign in to comment.