Use #!/usr/bin/env python for systems with multiple Python versions.

This commit is contained in:
Benjamin Chrétien 2013-12-11 19:48:41 +01:00
parent c8f78b817d
commit 7383b50b9f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
import rospy import rospy
import wx import wx