URI: 
       tfix space - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 21121297032f55c273bd8cda779c778afcd73917
   DIR parent 4f78b5365b03b1a108bc3678473cfeb39c9ae47d
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sat, 14 Dec 2013 07:53:25 +0100
       
       fix space
       
       Diffstat:
         M plugins/exchange_rate.py            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py
       t@@ -62,7 +62,7 @@ class Exchanger(threading.Thread):
                except KeyError:
                    pass
                self.parent.set_currencies(quote_currencies)
       -        # print "updating exchange rate", self.quote_currencies["USD"]
       +        # print "updating exchange rate", self.quote_currencies["USD"]
        
                    
            def get_currencies(self):