summaryrefslogtreecommitdiff
path: root/apt/progress.py
diff options
context:
space:
mode:
Diffstat (limited to 'apt/progress.py')
-rw-r--r--apt/progress.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/apt/progress.py b/apt/progress.py
index b50b2915..6f72197e 100644
--- a/apt/progress.py
+++ b/apt/progress.py
@@ -188,14 +188,14 @@ class InstallProgress(DumbInstallProgress):
pass
def statusChange(self, pkg, percent, status):
- " called when the status changed "
- pass
+ " called when the status changed "
+ pass
def updateInterface(self):
if self.statusfd != None:
try:
- while not self.read.endswith("\n"):
- self.read += os.read(self.statusfd.fileno(),1)
+ while not self.read.endswith("\n"):
+ self.read += os.read(self.statusfd.fileno(),1)
except OSError, (errno,errstr):
# resource temporarly unavailable is ignored
if errno != EAGAIN and errnor != EWOULDBLOCK: