# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ from flat_hash import database as parent class database(parent): def __getitem__(self, cpv): value = parent.__getitem__(self, cpv) value["DEPEND"] = "" return value