aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'portage/util/inheritance.py')
-rw-r--r--portage/util/inheritance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portage/util/inheritance.py b/portage/util/inheritance.py
index 0105e9b..e563fde 100644
--- a/portage/util/inheritance.py
+++ b/portage/util/inheritance.py
@@ -1,7 +1,7 @@
# Copyright: 2005 Gentoo Foundation
# Author(s): Brian Harring (ferringb@gentoo.org)
# License: GPL2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/portage/util/inheritance.py,v 1.1 2005/08/05 04:42:41 ferringb Exp $
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/portage/util/inheritance.py,v 1.2 2005/08/09 07:43:43 ferringb Exp $
def check_for_base(obj, allowed):
"""Look through __class__ to see if any of the allowed classes are found, returning the first allowed found"""