URI: 
       tcleanup - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 003c3e157ff9d386c92c06a1651870bcf5ecb89f
   DIR parent 835d2106b1b22c0090e66b87a72e522fa48e60e2
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sat, 31 Mar 2012 16:38:05 +0200
       
       cleanup
       
       Diffstat:
         M client/blocks                       |       2 +-
         M client/peers                        |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/client/blocks b/client/blocks
       t@@ -1,6 +1,6 @@
        #!/usr/bin/env python
        
       -import socket, time, interface
       +import interface
        
        i = interface.TcpStratumInterface('ecdsa.org', 50001)
        i.start()
   DIR diff --git a/client/peers b/client/peers
       t@@ -1,6 +1,6 @@
        #!/usr/bin/env python
        
       -import socket, time, interface
       +import interface
        
        i = interface.TcpStratumInterface('ecdsa.org', 50001)
        i.start()