mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-15 07:04:53 +01:00
11d4015f71
* supybot-plugin-create: compactify import statements in the template * supybot-plugin-create: prefer importlib over imp on Python >= 3.4 The imp module is deprecated as of Python 3.4[1], with importlib being the successor. However, importlib is only available in Python 2.7+ and 3.1+, so we should still use a fallback. [1]: https://docs.python.org/3.6/library/imp.html * test: add test cases for supybot-plugin-create * -plugin-create: fix errors when only a subset of args are given * -plugin-create: rename --real-name to --author/-a These days, working under a pseudonym or alias is not unheard of, so putting emphasis on real names feels somewhat out of place. * -plugin-create: add -d as an alias to --desc for consistency |
||
---|---|---|
.. | ||
__init__.py | ||
test_callbacks.py | ||
test_commands.py | ||
test_dynamicScope.py | ||
test_firewall.py | ||
test_format.py | ||
test_i18n.py | ||
test_ircdb.py | ||
test_irclib.py | ||
test_ircmsgs.py | ||
test_ircutils.py | ||
test_plugin_create.py | ||
test_plugin.py | ||
test_plugins.py | ||
test_registry.py | ||
test_schedule.py | ||
test_standardSubstitute.py | ||
test_utils.py | ||
test_yn.py | ||
test.py |