Fix version-clash error message to show the path to python instead of supybot.

This commit is contained in:
Valentin Lorentz 2016-03-12 22:30:00 +01:00
parent 71c67f8773
commit 1d62a0a7c5

View File

@ -80,7 +80,7 @@ except ImportError:
and install Limnoria again. and install Limnoria again.
For your information, Supybot's libraries are installed here: For your information, Supybot's libraries are installed here:
%s\n""" % %s\n""" %
(sys.argv[0], '\n '.join(supybot.__path__))) (sys.executable, '\n '.join(supybot.__path__)))
exit(-1) exit(-1)
from supybot.version import version from supybot.version import version