projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3fdc5f
)
Fix a type: eclasses -> eclass.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 20 Dec 2007 08:17:42 +0000
(08:17 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 20 Dec 2007 08:17:42 +0000
(08:17 -0000)
svn path=/main/trunk/; revision=8978
pym/portage/dbapi/porttree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/porttree.py
b/pym/portage/dbapi/porttree.py
index be201562801321e926e5a3d17c9b80a10d85c8bc..c8e8be56c0304a495004496c0545f3bf2059f815 100644
(file)
--- 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, "eclass
es
"))
+ os.path.join(self.porttree_root, "eclass"))
self.metadbmodule = self.mysettings.load_best_module("portdbapi.metadbmodule")