Skip to content

Commit

Permalink
Merge pull request ros-industrial#2 from gavanderhoorn/issue1_hardcod…
Browse files Browse the repository at this point in the history
…ed_python_path

Fix issue ros-industrial#1: hard coded Python path in multiple scripts
  • Loading branch information
shaun-edwards committed Dec 30, 2013
2 parents 36c7260 + 24cac49 commit b67f01a
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 b67f01a

Please sign in to comment.