Skip to content

Commit

Permalink
Fixes #356: changed misp analyzer shebang to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
3c7 committed Oct 17, 2018
1 parent 9040523 commit e455d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/MISP/misp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from cortexutils.analyzer import Analyzer
from mispclient import MISPClient, MISPClientError

Expand Down

0 comments on commit e455d44

Please sign in to comment.