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