diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-26 18:08:39 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-26 18:08:39 +0100 |
| commit | 965a860594f8a1b0bcbdf049ab85e9654d359d7e (patch) | |
| tree | ab924ded5aa1e30d90ddd3d6ed238e66b507d442 /UpdateManager | |
| parent | 197ee7ebe6388a7697ce28225b1cb9af8df8358f (diff) | |
| download | python-apt-965a860594f8a1b0bcbdf049ab85e9654d359d7e.tar.gz | |
* fix typo in meta-release file
Diffstat (limited to 'UpdateManager')
| -rw-r--r-- | UpdateManager/MetaRelease.py | 2 |
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, |
