From b395854bec05f4438521410cf54cf7a037bc69ef Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 25 Dec 2008 01:13:37 +0000 Subject: Fix typo. (trunk r12281) svn path=/main/branches/2.1.6/; revision=12312 --- pym/portage/dbapi/bintree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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