ThomasV 7 years ago
parent
commit
30069324d5
  1. 2
      lib/commands.py

2
lib/commands.py

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

Loading…
Cancel
Save