summaryrefslogtreecommitdiff
path: root/DistUpgrade
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-19 11:35:13 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-19 11:35:13 +0200
commit1dd21dbda1eeee6daf6eaf4a2f7c4bf1ce25ce08 (patch)
treea8639e285fbce8b2f61d9bdd388eb0bcdcc77474 /DistUpgrade
parent33d4c53df7e8daeacb6034815ff39fb5ebc4d32a (diff)
downloadpython-apt-1dd21dbda1eeee6daf6eaf4a2f7c4bf1ce25ce08.tar.gz
* DistUpgrade/DistUpgradeCache.py, UpdateManager/UpdateManager.py:
- filter out python-apt warnings * UpdateManager/UpdateManager.py: - make sure that src_ver is always initialized
Diffstat (limited to 'DistUpgrade')
-rw-r--r--DistUpgrade/DistUpgradeCache.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgradeCache.py b/DistUpgrade/DistUpgradeCache.py
index 3c0efffa..4b6fd680 100644
--- a/DistUpgrade/DistUpgradeCache.py
+++ b/DistUpgrade/DistUpgradeCache.py
@@ -1,6 +1,7 @@
import warnings
warnings.filterwarnings("ignore", "apt API not stable yet", FutureWarning)
+warnings.filterwarnings("ignore", "apt API not stable yet", FutureWarning)
import apt
import apt_pkg
import os