Commit 86759576 authored by Dan Pascu's avatar Dan Pascu

Explicitly use python2 in shebang lines

parent ce75aa5a
#!/usr/bin/env python
#!/usr/bin/python2
import os
import sys
......
#!/usr/bin/python
#!/usr/bin/python2
import os
......
#!/usr/bin/python
#!/usr/bin/python2
import os
......
#!/usr/bin/env python
#!/usr/bin/python2
import os
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment