mirror of https://github.com/MISP/misp-objects
fix: Python2 is dead dead dead
parent
f12b2ecf29
commit
aa1a6add26
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
from glob import glob
|
from glob import glob
|
||||||
|
|
Loading…
Reference in New Issue