summaryrefslogtreecommitdiff
path: root/apt/progress
diff options
context:
space:
mode:
Diffstat (limited to 'apt/progress')
-rw-r--r--apt/progress/base.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/apt/progress/base.py b/apt/progress/base.py
index 88b1ad21..4943978c 100644
--- a/apt/progress/base.py
+++ b/apt/progress/base.py
@@ -146,10 +146,6 @@ class InstallProgress(object):
self.status_stream = os.fdopen(self.statusfd, "r")
fcntl.fcntl(self.statusfd, fcntl.F_SETFL, os.O_NONBLOCK)
- def __del__(self):
- self.write_stream.close()
- self.status_stream.close()
-
def start_update(self):
"""(Abstract) Start update."""