Skip to content

Commit

Permalink
Merge pull request #105 from homebysix/20220803-env-python
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson authored Aug 4, 2022
2 parents 1a54ac5 + 0cfdb85 commit 6095e8f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Extensis/FindResource.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/local/autopkg/python

from __future__ import absolute_import

Expand Down
2 changes: 1 addition & 1 deletion Extensis/ModeChanger.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/local/autopkg/python

from __future__ import absolute_import

Expand Down
2 changes: 1 addition & 1 deletion GrandPerspective/SourceForgeURLProvider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/local/autopkg/python

from __future__ import absolute_import

Expand Down
2 changes: 1 addition & 1 deletion NVIDIA/CUDADriverURLProvider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/local/autopkg/python

from __future__ import absolute_import, print_function

Expand Down
2 changes: 1 addition & 1 deletion Oracle/VirtualBoxURLProvider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/local/autopkg/python

from __future__ import absolute_import

Expand Down
2 changes: 1 addition & 1 deletion PredicateInstaller/TimestampVersioner.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/local/autopkg/python

#!/usr/bin/env python
#!/usr/local/autopkg/python

from __future__ import absolute_import

Expand Down
2 changes: 1 addition & 1 deletion TrueCrypt/TrueCryptURLProvider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/local/autopkg/python

from __future__ import absolute_import

Expand Down
2 changes: 1 addition & 1 deletion VMware/ImageConverter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/local/autopkg/python

from __future__ import absolute_import

Expand Down
2 changes: 1 addition & 1 deletion VMware/VMwareToolsURLProvider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/local/autopkg/python

from __future__ import absolute_import

Expand Down

0 comments on commit 6095e8f

Please sign in to comment.