electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 30069324d53af2161e317da46fd266e60c899a37
parent e299df7b82f626f669098ccc0dbe041934d72d86
Author: ThomasV <thomasv@electrum.org>
Date:   Thu,  5 Oct 2017 17:10:30 +0200

fix #2995

Diffstat:
Mlib/commands.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/commands.py b/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')