blob: f3b0d0f7f8944d649b655d75f777595a4fa63c04 [file] [log] [blame]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
class DependencyArg(object):
def __init__(self, arg=None, root_config=None):
self.arg = arg
self.root_config = root_config
def __str__(self):
return str(self.arg)