Fix hash-bang

This commit is contained in:
Labrys of Knossos 2019-01-01 00:07:21 -05:00
commit 325a6a03d5
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
import cleanup

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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