URI: 
       trequire ca bundle - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit b1b1a85e806771b5eb9b336588368aab09bae5a4
   DIR parent cc48663d0e5840f9af214deec5f6e100d974ffc2
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Thu, 19 Mar 2015 13:42:45 +0100
       
       require ca bundle
       
       Diffstat:
         M electrum                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum b/electrum
       t@@ -211,7 +211,7 @@ if __name__ == '__main__':
        
            set_verbosity(config_options.get('verbose'))
            config = SimpleConfig(config_options)
       -    print_error("CA bundle:", requests.utils.DEFAULT_CA_BUNDLE_PATH, "found" if os.path.exists(requests.utils.DEFAULT_CA_BUNDLE_PATH) else "not found")
       +    assert os.path.exists(requests.utils.DEFAULT_CA_BUNDLE_PATH)
        
            if len(args) == 0:
                url = None