Skip to content

Commit 7fb264e

Browse files
authored
Merge pull request #120 from reinzor/patch-1
fix: python to python3
2 parents a0dba1b + bc39b38 commit 7fb264e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smach_ros/test/ref_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# Copyright (c) 2009, Willow Garage, Inc.
33
# All rights reserved.
44
#

0 commit comments

Comments
 (0)