cdfarrow / flextools

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

Use importlib instead of imp #16

Closed cdfarrow closed 1 year ago

cdfarrow commented 2 years ago

The deprecation warning can be seen when running _TestAModule: _TestAModule.py:10: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses.

--> Update FTModules.py and _TestAModule.py

cdfarrow commented 1 year ago

Fixed in flextoolslib 2023.11.22; now supports Python 3.12