summaryrefslogtreecommitdiff
path: root/doc/examples/progress.py
diff options
context:
space:
mode:
authorBen Finney <ben@benfinney.id.au>2008-05-16 14:58:00 +1000
committerBen Finney <ben@benfinney.id.au>2008-05-16 14:58:00 +1000
commitb147f1846cd26ab25ad925105f52421992395918 (patch)
treef1cb14ef290ab7ef91668b1b2a6f1a1bf41d3329 /doc/examples/progress.py
parent44faadf294230dc6384b309b06089520d562f199 (diff)
downloadpython-apt-b147f1846cd26ab25ad925105f52421992395918.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'doc/examples/progress.py')
-rw-r--r--doc/examples/progress.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/progress.py b/doc/examples/progress.py
index 2723c382..b90253cb 100644
--- a/doc/examples/progress.py
+++ b/doc/examples/progress.py
@@ -23,13 +23,13 @@ class TextProgress(apt.OpProgress):
class TextFetchProgress(apt.FetchProgress):
def __init__(self):
pass
-
+
def start(self):
pass
-
+
def stop(self):
pass
-
+
def updateStatus(self, uri, descr, shortDescr, status):
print "UpdateStatus: '%s' '%s' '%s' '%i'" % (uri,descr,shortDescr, status)
def pulse(self):