summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-12-25 01:13:37 +0000
committerZac Medico <zmedico@gentoo.org>2008-12-25 01:13:37 +0000
commitb395854bec05f4438521410cf54cf7a037bc69ef (patch)
tree521594cd57cdaf312ab06ebc6db26fc871b8c8ab /pym
parent08802d747eb76d52d15c8b5867eccf685d4464a0 (diff)
downloadportage-b395854bec05f4438521410cf54cf7a037bc69ef.tar.gz
portage-b395854bec05f4438521410cf54cf7a037bc69ef.tar.bz2
portage-b395854bec05f4438521410cf54cf7a037bc69ef.zip
Fix typo. (trunk r12281)
svn path=/main/branches/2.1.6/; revision=12312
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/bintree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
index c71567f82..1b66cc9b8 100644
--- a/pym/portage/dbapi/bintree.py
+++ b/pym/portage/dbapi/bintree.py
@@ -333,7 +333,7 @@ class binarytree(object):
try:
os.unlink(dest_path)
except OSError:
- if os.path.exist(dest_path):
+ if os.path.exists(dest_path):
raise
if st is not None: