File: python3

package info (click to toggle)
ibus-braille 0.3-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: python: 1,222; makefile: 268; sh: 32
file content (30 lines) | stat: -rw-r--r-- 758 bytes parent folder | download | duplicates (2)
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