Skip to content

Commit 06146c5

Browse files
author
Keng-Yu Lin
committed
Add Python3 support
1 parent 1dd2ff6 commit 06146c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/emptyDB.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
# -*- coding: utf-8 -*-
33
#
44
# Empty array.db

setup/main.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
# -*- coding: utf-8 -*-
33
#
44
# ibus-array - The Array 30 Engine for IBus

0 commit comments

Comments
 (0)