From 30069324d53af2161e317da46fd266e60c899a37 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 5 Oct 2017 17:10:30 +0200 Subject: [PATCH] fix #2995 --- lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands.py b/lib/commands.py index f1447811..57a63759 100644 --- 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')