summaryrefslogtreecommitdiff
path: root/UpdateManager
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-01-26 18:08:39 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-01-26 18:08:39 +0100
commit965a860594f8a1b0bcbdf049ab85e9654d359d7e (patch)
treeab924ded5aa1e30d90ddd3d6ed238e66b507d442 /UpdateManager
parent197ee7ebe6388a7697ce28225b1cb9af8df8358f (diff)
downloadpython-apt-965a860594f8a1b0bcbdf049ab85e9654d359d7e.tar.gz
* fix typo in meta-release file
Diffstat (limited to 'UpdateManager')
-rw-r--r--UpdateManager/MetaRelease.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/UpdateManager/MetaRelease.py b/UpdateManager/MetaRelease.py
index c5d28212..0bc8dc05 100644
--- a/UpdateManager/MetaRelease.py
+++ b/UpdateManager/MetaRelease.py
@@ -157,7 +157,7 @@ class MetaRelease(gobject.GObject):
self.metarelease_information=f
uri.close()
except urllib2.URLError:
- if os.path.exits(self.METARELEASE_FILE):
+ if os.path.exists(self.METARELEASE_FILE):
f=open(self.METARELEASE_FILE,"r")
# register in the gobject system, needed for older versions of pygtk,