Skip to content
Snippets Groups Projects
Commit 11b96463 authored by Franck Dary's avatar Franck Dary
Browse files

Updated shebangs to be more portable

parent f0683f47
No related branches found
No related tags found
No related merge requests found
#! /usr/bin/python3
#! /usr/bin/env python3
import sys
......
#! /usr/bin/python3
#! /usr/bin/env python3
import sys
from readMCD import readMCD
......
#! /usr/bin/python3
#! /usr/bin/env python3
import sys
from readMCD import readMCD
......
#! /usr/bin/python3
#! /usr/bin/env python3
import sys
......
#! /usr/bin/python3
#! /usr/bin/env python3
import sys
import os
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment