Skip to content

Commit

Permalink
Changed shebang to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
mokaddem committed Mar 30, 2018
1 parent 6b404e2 commit b2d8ce8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/feed-generator-from-redis/MISPItemToRedis.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/python3
import redis
import json

Expand Down
2 changes: 1 addition & 1 deletion examples/feed-generator-from-redis/fromredis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

import sys
Expand Down
2 changes: 1 addition & 1 deletion examples/feed-generator-from-redis/generator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import json
Expand Down

0 comments on commit b2d8ce8

Please sign in to comment.