Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sugar/network.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sugar/network.py b/src/sugar/network.py
index c700290..0e25d73 100644
--- a/src/sugar/network.py
+++ b/src/sugar/network.py
@@ -97,7 +97,6 @@ class ChunkedGlibHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
gobject.IO_ERR,
self._send_next_chunk)
else:
- self._file.close()
self._cleanup()
def _send_next_chunk(self, source, condition):