Skip to content

Commit

Permalink
changed /usr/bin/python to /usr/bin/env python for better compatibili…
Browse files Browse the repository at this point in the history
…ty with python virtual environments
  • Loading branch information
adamfeuer committed Jul 9, 2013
1 parent 2c49210 commit c3581fd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion file2graphtec
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

#
# file2graphtec
Expand Down
2 changes: 1 addition & 1 deletion g2g_gui.py
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import Tkinter
import tkMessageBox
import tkFileDialog
Expand Down
2 changes: 1 addition & 1 deletion gerber2graphtec
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

#
# gerber2graphtec
Expand Down
2 changes: 1 addition & 1 deletion tests/test_array.py
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import random
import graphtec
Expand Down
2 changes: 1 addition & 1 deletion tests/test_array_antibacklash.py
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import random
import graphtec
Expand Down
2 changes: 1 addition & 1 deletion tests/test_calibrate.py
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import graphtec
import math
Expand Down
2 changes: 1 addition & 1 deletion tests/test_forces.py
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import graphtec

Expand Down

0 comments on commit c3581fd

Please sign in to comment.