diff options
-rw-r--r-- | pym/portage/dbapi/bintree.py | 3 | ||||
-rw-r--r-- | pym/portage/dbapi/porttree.py | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index 130e30d7d..d84031681 100644 --- a/pym/portage/dbapi/bintree.py +++ b/pym/portage/dbapi/bintree.py @@ -273,9 +273,6 @@ class binarytree(object): chain(*self._pkgindex_translated_keys) )) - remotepkgs = property(_get_remotepkgs, _set_remotepkgs, _del_remotepkgs, - "Deprecated self.remotepkgs, only for backward compatibility") - def move_ent(self, mylist, repo_match=None): if not self.populated: self.populate() diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py index bfd1033d2..3553ca1d8 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -63,9 +63,6 @@ class portdbapi(dbapi): portdbapi_instances = [] _use_mutable = True - mysettings = property(_get_settings, _set_settings, _del_settings, - "Deprecated self.mysettings, only for backward compatibility") - @property def _categories(self): return self.settings.categories |