Merge pull request #1490 from clinton-hall/release-12.0.0

Change hash-bangs to system python and not specifically python 2
This commit is contained in:
Labrys of Knossos 2019-01-01 00:35:57 -05:00 committed by GitHub
commit 4d9ecbcb21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 12 additions and 10 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python
# coding=utf-8 # coding=utf-8
import cleanup import cleanup

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python
from __future__ import print_function from __future__ import print_function
import os import os

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python
# coding=utf-8 # coding=utf-8
import sys import sys

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python
# coding=utf-8 # coding=utf-8
import sys import sys

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python
# coding=utf-8 # coding=utf-8
import sys import sys

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python
# coding=utf-8 # coding=utf-8
import sys import sys

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python
# coding=utf-8 # coding=utf-8
from __future__ import print_function from __future__ import print_function

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python
# coding=utf-8 # coding=utf-8
import sys import sys

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python
# coding=utf-8 # coding=utf-8
import sys import sys

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python
# coding=utf-8 # coding=utf-8
import sys import sys

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python
# coding=utf-8 # coding=utf-8
import sys import sys