summaryrefslogtreecommitdiff
path: root/apt/progress/old.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-02-17 19:12:19 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-02-17 19:12:19 +0100
commite5237896629a9fc7ba123b6248eff19d6440cf19 (patch)
treea5b8947695c6a0f69211dd1eb9377d16d936147c /apt/progress/old.py
parentdb9e68fd14345f742211fc293823bff6a2f7d8bd (diff)
downloadpython-apt-e5237896629a9fc7ba123b6248eff19d6440cf19.tar.gz
apt/progress/old.py: move compat updateInterface here
Diffstat (limited to 'apt/progress/old.py')
-rw-r--r--apt/progress/old.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt/progress/old.py b/apt/progress/old.py
index c2d95b85..15ead890 100644
--- a/apt/progress/old.py
+++ b/apt/progress/old.py
@@ -191,6 +191,7 @@ class InstallProgress(DumbInstallProgress, base.InstallProgress):
selectTimeout = AttributeDeprecatedBy('select_timeout')
statusChange = function_deprecated_by(base.InstallProgress.status_change)
+ updateInterface = function_deprecated_by(base.InstallProgress.update_interface)
waitChild = function_deprecated_by(base.InstallProgress.wait_child)