tMerge pull request #1152 from chiguireitor/master - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit b9537b08853421e490880de794eb1dc429875fb1 DIR parent 7a7ad7fe2d3e261b35575c4d78f95a8c25e04cce HTML Author: ThomasV <electrumdev@gmail.com> Date: Thu, 23 Apr 2015 17:40:10 +0200 Merge pull request #1152 from chiguireitor/master Fixed a missing import in exchange_rate.py that caused program hangs and... Diffstat: M plugins/exchange_rate.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py t@@ -8,6 +8,7 @@ import json import threading import time import re +from ssl import SSLError from decimal import Decimal from ssl import SSLError