]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/storage_client.py
IServer refactoring: pass IServer instances around, instead of peerids
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / storage_client.py
index aa696edb92bcd1c0cf2323037d9fafb537f8526e..7a8ce0c45ee1eee99f0cf02add11d7abe239a493 100644 (file)
@@ -137,7 +137,6 @@ class StorageFarmBroker:
             return self.servers[serverid].get_nickname()
         return None
 
-
 class IServer(Interface):
     """I live in the client, and represent a single server."""
     def start_connecting(tub, trigger_cb):