tfix #2995 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 30069324d53af2161e317da46fd266e60c899a37 DIR parent e299df7b82f626f669098ccc0dbe041934d72d86 HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 5 Oct 2017 17:10:30 +0200 fix #2995 Diffstat: M lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/commands.py b/lib/commands.py t@@ -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')