projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff6b13e
)
Fix a typo: eclasses -> eclass. (trunk r8978)
author
Zac Medico
<zmedico@gentoo.org>
Thu, 20 Dec 2007 08:19:01 +0000
(08:19 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 20 Dec 2007 08:19:01 +0000
(08:19 -0000)
svn path=/main/branches/2.1.2/; revision=8979
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index d317b6a9bf61bdb25c5f75c5f16cf20329875a82..13b71096eb46e7285f2471d567f360be1a339219 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-6753,7
+6753,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")