Skip to content

Commit

Permalink
Avoid hardcoded python path. Fix ros-industrial#1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn committed Dec 28, 2013
1 parent 36c7260 commit 24cac49
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion training/orig/1.1/sample_job
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

from signal import *
from time import sleep
Expand Down
2 changes: 1 addition & 1 deletion training/orig/demo_motoman/fs100/src/move_to_joint.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import sys, yaml
import roslib; roslib.load_manifest('fs100')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import roslib; roslib.load_manifest('industrial_robot_simulator')
import rospy
Expand Down
2 changes: 1 addition & 1 deletion training/ref/1.1/sample_job
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

from signal import *
from time import sleep
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import roslib; roslib.load_manifest('industrial_robot_simulator')
import rospy
Expand Down
2 changes: 1 addition & 1 deletion training/work/1.1/sample_job
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

from signal import *
from time import sleep
Expand Down
2 changes: 1 addition & 1 deletion training/work/demo_motoman/fs100/src/move_to_joint.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import sys, yaml
import roslib; roslib.load_manifest('fs100')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import roslib; roslib.load_manifest('industrial_robot_simulator')
import rospy
Expand Down

0 comments on commit 24cac49

Please sign in to comment.