electrum

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

commit 35923f1df02903dc8a97cfb7a96e22307322f318
parent 916071ce618482d817dc31bfecc7d825b0e5003f
Author: ThomasV <thomasv@gitorious>
Date:   Wed, 29 Jul 2015 18:37:00 +0200

add dns to imports

Diffstat:
Melectrum | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/electrum b/electrum @@ -37,6 +37,7 @@ elif is_bundle and sys.platform=='darwin': # pure-python dependencies need to be imported here for pyinstaller try: + import dns import aes import ecdsa import requests