projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64de923
)
Remove unused clone paramter from vartree constructor (support and
author
Zac Medico
<zmedico@gentoo.org>
Fri, 20 Aug 2010 13:22:42 +0000
(06:22 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 20 Aug 2010 13:22:42 +0000
(06:22 -0700)
deprecation warning were already removed in commit
c0ee69585bf87e09c237668531127e79e0cd1c46
).
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index c406f5b480abd91a4c7b35ba0e4a28c64e416828..593811ba0d7fb414c451efaf5f5e27ee7e7b50a4 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-1766,7
+1766,7
@@
class vardbapi(dbapi):
class vartree(object):
"this tree will scan a var/db/pkg database located at root (passed to init)"
- def __init__(self, root=None, virtual=None, c
lone=None, c
ategories=None,
+ def __init__(self, root=None, virtual=None, categories=None,
settings=None):
if settings is None: