URI: 
       tMerge pull request #1773 from kryogenic/patch-1 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 2af42168a4d2a4c6c28378618555c9cb4189e2cf
   DIR parent 368abbb11b0ca98bc9da9b9b90bbb29e54083882
  HTML Author: wozz <wozz@users.noreply.github.com>
       Date:   Sun, 24 Apr 2016 20:45:33 -0400
       
       Merge pull request #1773 from kryogenic/patch-1
       
       looks good to me, the build failure seems unrelated
       Diffstat:
         M plugins/exchange_rate/exchange_rat… |       5 -----
       
       1 file changed, 0 insertions(+), 5 deletions(-)
       ---
   DIR diff --git a/plugins/exchange_rate/exchange_rate.py b/plugins/exchange_rate/exchange_rate.py
       t@@ -172,11 +172,6 @@ class BTCChina(ExchangeBase):
                json = self.get_json('data.btcchina.com', '/data/ticker')
                return {'CNY': Decimal(json['ticker']['last'])}
        
       -class CaVirtEx(ExchangeBase):
       -    def get_rates(self, ccy):
       -        json = self.get_json('www.cavirtex.com', '/api/CAD/ticker.json')
       -        return {'CAD': Decimal(json['last'])}
       -
        class Coinbase(ExchangeBase):
            def get_rates(self, ccy):
                json = self.get_json('coinbase.com',