Changed shebang to python3

pull/218/head
Sami Mokaddem 2018-03-30 08:15:09 +02:00
parent 6b404e2239
commit b2d8ce83ce
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/python3
import redis import redis
import json import json

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
import sys import sys
import json import json