mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-16 21:50:41 +01:00
Owner: remove obsolete note about stock plugins on ImportError
Limnoria has not run 2to3 as part of the build process for many years now. This reverts part of 1b2617bf8e7b00d1b3c6b9cd2bbd22a01782ba79.
This commit is contained in:
parent
71cf7338c3
commit
2b567c5ef9
@ -201,9 +201,7 @@ class Owner(callbacks.Plugin):
|
||||
utils.str.dqrepr(name))
|
||||
elif "No module named 'config'" in e:
|
||||
s = ("Failed to load %s: This plugin may be incompatible "
|
||||
"with your current Python version. If this error is appearing "
|
||||
"with stock Supybot plugins, remove the stock plugins directory "
|
||||
"(usually ~/Limnoria/plugins) from 'config directories.plugins'." % name)
|
||||
"with your current Python version." % name)
|
||||
else:
|
||||
s = 'Failed to load %s: import error (%s).' % (name, e)
|
||||
log.warning(s)
|
||||
|
Loading…
x
Reference in New Issue
Block a user