# Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
# Distributed under the GPL v2
+ 12 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst,
+ modules/catalyst/__init__.py, modules/catalyst/spawn.py:
+ Grab just the first value return from the now-working call to
+ resource.getrlimit()
+
12 Jan 2009; Andrew Gaffney <agaffney@gentoo.org>
-examples/netboot_template.spec, -modules/catalyst/target/netboot.py,
-targets/netboot/netboot-chroot.sh, -targets/netboot/netboot-combine.sh,
__selfpath__ = os.path.abspath(os.path.dirname(__file__))
sys.path.append(__selfpath__ + "/modules")
-import catalyst.config
-import catalyst.util
-import catalyst.target
+import catalyst
from catalyst.output import *
from catalyst.error import *
from catalyst.hash import hash_map