cdfarrow / flextools

Python scripting utility for SIL FieldWorks Language Explorer (FLEx)
Other
16 stars 5 forks source link

Fixes for Python 3 #8

Closed somelinguist closed 5 years ago

somelinguist commented 5 years ago

These commits fix errors encountered when running FLExTools under Python 3.

Changes to core FLExTools code: 858d465 6879d1f

Changes in Modules: 320a416 1fab9d7 bf05b47 098bb49

somelinguist commented 5 years ago

It looks like some of the changes got included in the wrong commits, but they were all intentional changes. One other consistent change was to change <> to !=, which works in both Python 2 and 3.