Skip to content

Commit

Permalink
Add Python3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Keng-Yu Lin committed May 2, 2023
1 parent 1dd2ff6 commit 06146c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/emptyDB.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Empty array.db
Expand Down
2 changes: 1 addition & 1 deletion setup/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# ibus-array - The Array 30 Engine for IBus
Expand Down

0 comments on commit 06146c5

Please sign in to comment.