From ff331340356390bd96dad5782f70dd91a65529c0 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Wed, 27 May 2009 07:38:26 -0500 Subject: [PATCH] import catalyst_support for gentoo bug #271368 --- ChangeLog | 6 +++++- modules/catalyst/config.py | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 397ac7bd..ef0a82ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for catalyst -# Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS) +# Copyright 1999-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS) # Distributed under the GPL v2 + 27 May 2009; Andrew Gaffney + modules/catalyst/config.py: + import catalyst_support for gentoo bug #271368 + 04 Apr 2009; Andrew Gaffney arch/arm.py: Apply additional patch from gentoo bug #255793 for arm subarches diff --git a/modules/catalyst/config.py b/modules/catalyst/config.py index 9315c679..fbb4b9a2 100644 --- a/modules/catalyst/config.py +++ b/modules/catalyst/config.py @@ -1,4 +1,5 @@ import re +from catalyst_support import * class ParserBase: -- 2.26.2