URI: 
       tMerge branch 'master' of https://github.com/spesmilo/electrum - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 37214eee7648952e7da0a3cddc64a1633c17e533
   DIR parent 466d1e0f402d9d5580111a0a18608f449567389c
  HTML Author: Maran <maran.hidskes@gmail.com>
       Date:   Sun, 26 Aug 2012 21:30:36 +0200
       
       Merge branch 'master' of https://github.com/spesmilo/electrum
       
       Diffstat:
         M electrum                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/electrum b/electrum
       t@@ -179,8 +179,8 @@ if __name__ == '__main__':
                    found = wallet.file_exists
                    if not found:
                        found = gui.restore_or_create()
       -        except IOError:
       -            exit("Error retrieving wallet file.")
       +        except SystemExit, e:
       +            exit(e)
                except BaseException, e:
                    import traceback
                    traceback.print_exc(file=sys.stdout)