From: Andrew Gaffney Date: Wed, 27 May 2009 12:38:26 +0000 (-0500) Subject: import catalyst_support for gentoo bug #271368 X-Git-Tag: CATALYST_2_0_6_916~34 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ff331340356390bd96dad5782f70dd91a65529c0;p=catalyst.git import catalyst_support for gentoo bug #271368 --- 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: