This commit is contained in:
ThomasV 2017-10-05 17:10:30 +02:00
parent e299df7b82
commit 30069324d5
1 changed files with 1 additions and 1 deletions

View File

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