summaryrefslogtreecommitdiff
path: root/DistUpgrade
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-06-01 14:04:59 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-06-01 14:04:59 +0200
commitc61bfe78751e85d6ad07ae15e8e1914839852833 (patch)
treea887ff18148cc3fb67cd89561a8b40754a7cd8e7 /DistUpgrade
parent06b60b3c814cc5458683a9b31812fa5c8719163d (diff)
downloadpython-apt-c61bfe78751e85d6ad07ae15e8e1914839852833.tar.gz
* DistUpgrade/DistUpgradeCache.py:
- typo
Diffstat (limited to 'DistUpgrade')
-rw-r--r--DistUpgrade/DistUpgradeCache.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/DistUpgrade/DistUpgradeCache.py b/DistUpgrade/DistUpgradeCache.py
index b360daac..55dc5839 100644
--- a/DistUpgrade/DistUpgradeCache.py
+++ b/DistUpgrade/DistUpgradeCache.py
@@ -132,11 +132,11 @@ class MyCache(apt.Cache):
def dapperQuirks(self):
- """ this function works around quirks in the breezy dapper upgrade """
+ """ this function works around quirks in the breezy->dapper upgrade """
logging.debug("running dapperQuirks handler")
if self.has_key("nvidia-glx") and self["nvidia-glx"].isInstalled:
if self.has_key("nvidia-settings") and self["nvidia-settings"].isInstalled:
- self.debug("nvidia-settings and nvidia-glx is installed")
+ logging.debug("nvidia-settings and nvidia-glx is installed")
self.markRemove("nvidia-settings")
self.markInstall("nvidia-glx")