summaryrefslogtreecommitdiff
path: root/UpdateManager/UpdateManager.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-23 09:55:29 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-23 09:55:29 +0200
commit3f8b06652b6bce05452cbbd7a6b916562a9762f1 (patch)
tree6276ac3ba1f7227093ad33f7fb112cac9852878a /UpdateManager/UpdateManager.py
parentb5549bd1e07a6d3dfa41f97116e687709ed4da78 (diff)
downloadpython-apt-3f8b06652b6bce05452cbbd7a6b916562a9762f1.tar.gz
* DistUpgrade/DistUpgradeCache.py:
- fix in clear() * UpdateManager/UpdateManager.py: - fixes in the new DistUpgrader code
Diffstat (limited to 'UpdateManager/UpdateManager.py')
-rw-r--r--UpdateManager/UpdateManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py
index 0d70b56c..a609ab5e 100644
--- a/UpdateManager/UpdateManager.py
+++ b/UpdateManager/UpdateManager.py
@@ -33,7 +33,7 @@ try:
except:
import fakegconf as gconf
import gobject
-from warnings import warn
+import warnings
warnings.filterwarnings("ignore", "apt API not stable yet", FutureWarning)
import apt
import apt_pkg