summaryrefslogtreecommitdiff
path: root/doc/examples/progress.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-04-08 15:09:41 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-04-08 15:09:41 +0000
commit19fb3bc6a6fc6328dfa90dac3e4066d931eaf129 (patch)
treeb8b7c147b37055a2319e6f7b71e7cb96aa9286a9 /doc/examples/progress.py
parent08ea34d6a28b4b17d0146535e85d61ab7bda341d (diff)
downloadpython-apt-19fb3bc6a6fc6328dfa90dac3e4066d931eaf129.tar.gz
* InstallProgress has overridable fork interface now, added example for the use of a vte terminal
Diffstat (limited to 'doc/examples/progress.py')
-rw-r--r--doc/examples/progress.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/examples/progress.py b/doc/examples/progress.py
index 0dec95d1..c37de70d 100644
--- a/doc/examples/progress.py
+++ b/doc/examples/progress.py
@@ -48,4 +48,3 @@ class InstallProgress:
def UpdateInterface(self):
# usefull to e.g. redraw a GUI
time.sleep(0.1)
-