summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-12-23 09:45:34 +0000
committerZac Medico <zmedico@gentoo.org>2008-12-23 09:45:34 +0000
commit31ac886e01812d12582b2647ba890897c749fd01 (patch)
treeeb742f0846a0731a60dfeb852e715a03e1f9f1dc
parent8101b6de73ff47074f5062c213e9956139c1d829 (diff)
downloadportage-31ac886e01812d12582b2647ba890897c749fd01.tar.gz
portage-31ac886e01812d12582b2647ba890897c749fd01.tar.bz2
portage-31ac886e01812d12582b2647ba890897c749fd01.zip
Fix typo.
svn path=/main/trunk/; revision=12281
-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: