aprsd/aprsd
Hemna 1385f5ee27 Reworked Plugin loading
This patch reworked the loading of plugins.  Python2 is dead.
Previously was using the imp module to easily load the plugins from
a separate directory, which is a bit of a pita.  Found a python3 lib
that takes care of the difference between py3.3, 3.4 and 3.5+ module
loading called "thesmuggler"
2020-12-15 07:50:10 -05:00
..
__init__.py Update tox environment to fix formatting python errors 2020-12-11 08:47:56 -05:00
fake_aprs.py Update tox environment to fix formatting python errors 2020-12-11 08:47:56 -05:00
fuzzyclock.py Update tox environment to fix formatting python errors 2020-12-11 08:47:56 -05:00
main.py Fixed the usage string after plugins introduced 2020-12-13 21:51:39 -05:00
plugin.py Reworked Plugin loading 2020-12-15 07:50:10 -05:00
utils.py Created plugin.py for Command Plugins 2020-12-13 20:57:30 -05:00