commit 44b44279e7e7f5c3809b2973dc088cfd674709ef
parent 78573e202d92706eeb41e249a553d8448570ef09
Author: ThomasV <thomasv@gitorious>
Date: Fri, 27 Feb 2015 23:10:45 +0100
import SSLError
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py
@@ -9,6 +9,8 @@ import threading
import time
import re
from decimal import Decimal
+from ssl import SSLError
+
from electrum.plugins import BasePlugin, hook
from electrum.i18n import _
from electrum_gui.qt.util import *