mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +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 1b2617bf8e
.
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…
Reference in New Issue
Block a user