1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
---
abbreviation-editor/main.py | 2 +-
language-editor/main.py | 2 +-
preferences/main.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--- a/abbreviation-editor/main.py
+++ b/abbreviation-editor/main.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# vim:set noet ts=4:
#
# ibus-braille - The braille ibus engine
--- a/language-editor/main.py
+++ b/language-editor/main.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# vim:set noet ts=4:
#
# ibus-sharada-braille - The braille ibus engine
--- a/preferences/main.py
+++ b/preferences/main.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# vim:set noet ts=4:
#
# ibus-sharada-braille - The braille ibus engine
|