From: Zac Medico Date: Thu, 20 Dec 2007 08:17:42 +0000 (-0000) Subject: Fix a type: eclasses -> eclass. X-Git-Tag: v2.2_pre1~150 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ff4eb7c69aa34a3593dd261634918887ebb2bc9a;p=portage.git Fix a type: eclasses -> eclass. svn path=/main/trunk/; revision=8978 --- 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")