Skip to content

Commit

Permalink
Merge pull request ros-industrial#55 from gavanderhoorn/issue53_hardc…
Browse files Browse the repository at this point in the history
…oded_python_path_hydro

PR for hydro: same fix as in ros-industrial#54 (hard coded Python path)
  • Loading branch information
shaun-edwards committed Dec 30, 2013
2 parents e4affe4 + 94c453a commit a7f8077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion industrial_robot_simulator/industrial_robot_simulator
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 a7f8077

Please sign in to comment.