URI: 
       tterminate after create or restore - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 3eb746db5c851a523aca1a9b00007e6d924b23d6
   DIR parent b302aa59d1535cf4e75a72544b762ecd139c223b
  HTML Author: thomasv <thomasv@gitorious>
       Date:   Thu, 28 Feb 2013 17:21:30 +0100
       
       tterminate after create or restore
       
       Diffstat:
         M electrum                            |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/electrum b/electrum
       t@@ -291,6 +291,9 @@ if __name__ == '__main__':
                if password:
                    wallet.update_password(wallet.seed, None, password)
        
       +        # terminate
       +        sys.exit(0)
       +
        
            # open session
            if cmd not in offline_commands and not options.offline: