http://hg.viff.dk/viff/rev/3442612fee88
changeset: 1102:3442612fee88
user:      Martin Geisler <[email protected]>
date:      Tue Feb 17 09:42:09 2009 +0100
summary:   Removed unnecessary spaces.

diffstat:

1 file changed, 3 insertions(+), 3 deletions(-)
viff/runtime.py |    6 +++---

diffs (26 lines):

diff -r b79734a2fdbf -r 3442612fee88 viff/runtime.py
--- a/viff/runtime.py   Tue Feb 17 09:30:32 2009 +0100
+++ b/viff/runtime.py   Tue Feb 17 09:42:09 2009 +0100
@@ -514,11 +514,11 @@
         All connections are closed and the runtime cannot be used
         again after this has been called.
         """
-        print "Synchronizing shutdown... ",
+        print "Synchronizing shutdown...",
 
         def close_connections(_):
             print "done."
-            print "Closing connections... ",
+            print "Closing connections...",
             results = [maybeDeferred(self.port.stopListening)]
             for protocol in self.protocols.itervalues():
                 results.append(protocol.lost_connection)
@@ -527,7 +527,7 @@
 
         def stop_reactor(_):
             print "done."
-            print "Stopping reactor... ",
+            print "Stopping reactor...",
             reactor.stop()
             print "done."
 
_______________________________________________
viff-commits mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk

Reply via email to