acevery / ibus-table

The tables engines for IBus
GNU Lesser General Public License v2.1
44 stars 39 forks source link

tabcreatedb.py: switch function file to open, because python3 has dep… #17

Closed qiangzhao closed 6 years ago

qiangzhao commented 6 years ago

…recate file.

qiangzhao commented 6 years ago

Hi acevery:

I make this request because of the original tabcreatedb.py can't run properly in the python3 environment. the file() function has been deprecated there, and open() function can work fine for the same effect now. Thanks!

acevery commented 6 years ago

Thanks :)