Merge pull request #218 from mokaddem/python3_shebang

Python3 shebang
pull/219/head
Raphaël Vinot 2018-03-30 10:00:04 +02:00 committed by GitHub
commit ab2a17c63a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

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

View File

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

View File

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