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:
James Lu 2020-05-21 23:06:17 -07:00
parent 71cf7338c3
commit 2b567c5ef9
1 changed files with 1 additions and 3 deletions

View File

@ -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)