Merge pull request #49 from bchretien/hydro-devel
Use #!/usr/bin/env python for systems with multiple Python versions.
This commit is contained in:
commit
c0cc25668f
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
import rospy
|
||||
import wx
|
||||
|
|
Loading…
Reference in New Issue