Skip to content

Commit b204df9

Browse files
committed
Update Explor3r demos to use python3
1 parent 0664ebc commit b204df9

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)