Skip to content

Commit ead32e0

Browse files
authored
Merge pull request #212 from ddemidov/develop
Update Explor3r demos to use python3
2 parents df37ffa + b204df9 commit ead32e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/EXPLOR3R/auto-drive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python3
22

33
# -----------------------------------------------------------------------------
44
# Copyright (c) 2015 Denis Demidov <[email protected]>

demo/EXPLOR3R/remote-control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python3
22

33
# -----------------------------------------------------------------------------
44
# Copyright (c) 2015 Denis Demidov <[email protected]>

0 commit comments

Comments
 (0)