@ -343,7 +343,7 @@ class Commands:
@command('')
def version(self):
"""Return the version of electrum."""
from version import ELECTRUM_VERSION
from .version import ELECTRUM_VERSION
return ELECTRUM_VERSION
@command('w')