From ff4eb7c69aa34a3593dd261634918887ebb2bc9a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 20 Dec 2007 08:17:42 +0000 Subject: Fix a type: eclasses -> eclass. svn path=/main/trunk/; revision=8978 --- pym/portage/dbapi/porttree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py index be2015628..c8e8be56c 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -73,7 +73,7 @@ class portdbapi(dbapi): # missing. This check allows aux_get() to detect a missing # portage tree and return early by raising a KeyError. self._have_root_eclass_dir = os.path.isdir( - os.path.join(self.porttree_root, "eclasses")) + os.path.join(self.porttree_root, "eclass")) self.metadbmodule = self.mysettings.load_best_module("portdbapi.metadbmodule") -- cgit v1.2.3-1-g7c22