From: Zac Medico Date: Fri, 20 Aug 2010 13:22:42 +0000 (-0700) Subject: Remove unused clone paramter from vartree constructor (support and X-Git-Tag: v2.2_rc68~58 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3623af181e95bb77d1fc9d46668ce8678ff6f267;p=portage.git Remove unused clone paramter from vartree constructor (support and deprecation warning were already removed in commit c0ee69585bf87e09c237668531127e79e0cd1c46). --- diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index c406f5b48..593811ba0 100644 --- 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, clone=None, categories=None, + def __init__(self, root=None, virtual=None, categories=None, settings=None): if settings is None: