mirror of https://github.com/MISP/PyMISP
Changed shebang to python3
parent
6b404e2239
commit
b2d8ce83ce
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
import redis
|
||||
import json
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import sys
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
import json
|
||||
|
|
Loading…
Reference in New Issue