From 7c5ed36e1e2de0d4f97acdb6bd4ed9e0d6d5a5a7 Mon Sep 17 00:00:00 2001 From: Arnukk Date: Mon, 17 Mar 2014 23:14:24 +0400 Subject: [PATCH] Merging Messagestarring branch with the up to date version --- src/bitmessageqt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitmessageqt/__init__.py b/src/bitmessageqt/__init__.py index 434c1238..babb6d66 100644 --- a/src/bitmessageqt/__init__.py +++ b/src/bitmessageqt/__init__.py @@ -16,7 +16,7 @@ except ImportError: from addresses import * import shared from bitmessageui import * -#from namecoin import namecoinConnection, ensureNamecoinOptions +from namecoin import namecoinConnection, ensureNamecoinOptions from newaddressdialog import * from addaddressdialog import * from newsubscriptiondialog import *