Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/network.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sugar/network.py')
-rw-r--r--src/sugar/network.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar/network.py b/src/sugar/network.py
index 0e25d73..d6599ff 100644
--- a/src/sugar/network.py
+++ b/src/sugar/network.py
@@ -124,7 +124,7 @@ class ChunkedGlibHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
self.wfile.flush()
self.wfile.close()
self.rfile.close()
-
+
def finish(self):
"""Close the sockets when we're done, not before"""
pass