Merge pull request #98 from wagner-certat/fix-shebang-exec

Fix shebangs and executable permissions
pull/99/head
Raphaël Vinot 2017-07-24 16:39:02 +02:00 committed by GitHub
commit c97b4de70d
16 changed files with 4 additions and 6 deletions

0
examples/__init__.py Normal file → Executable file
View File

0
examples/add_named_attribute.py Normal file → Executable file
View File

0
examples/addtag.py Normal file → Executable file
View File

0
examples/addtag2.py Normal file → Executable file
View File

0
examples/cache_all.py Normal file → Executable file
View File

0
examples/fetch_events_feed.py Normal file → Executable file
View File

0
examples/search.py Normal file → Executable file
View File

0
examples/sharing_groups.py Normal file → Executable file
View File

0
examples/tagstatistics.py Normal file → Executable file
View File

0
examples/users_list.py Normal file → Executable file
View File

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Python API using the REST interface of MISP"""

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
class PyMISPError(Exception):

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import datetime

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import glob

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import os

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
try: