Age | Commit message (Collapse) | Author |
|
Importlib is utterly broken in python < 3.3, So revert for now
This reverts commit a1c3d0dcdf0b202cbf861c27b04cb8630b68f89f.
Conflicts:
src/plugin_manager.py
|
|
|
|
|
|
|
|
|
|
We were using the deprecated imp methods, now we use importlib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also add a simple translator module
|
|
|