From 31ac886e01812d12582b2647ba890897c749fd01 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 23 Dec 2008 09:45:34 +0000 Subject: Fix typo. svn path=/main/trunk/; revision=12281 --- pym/portage/dbapi/bintree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3-1-g7c22