import catalyst_support for gentoo bug #271368
authorAndrew Gaffney <agaffney@gentoo.org>
Wed, 27 May 2009 12:38:26 +0000 (07:38 -0500)
committerAndrew Gaffney <agaffney@gentoo.org>
Wed, 27 May 2009 12:38:26 +0000 (07:38 -0500)
ChangeLog
modules/catalyst/config.py

index 397ac7bd958edefbbff3cd7583afc7eed55d43ed..ef0a82ce861dd57299385da3e81ecc5ac3704d42 100644 (file)
--- 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 <agaffney@gentoo.org>
+  modules/catalyst/config.py:
+  import catalyst_support for gentoo bug #271368
+
   04 Apr 2009; Andrew Gaffney <agaffney@gentoo.org> arch/arm.py:
   Apply additional patch from gentoo bug #255793 for arm subarches
 
index 9315c6798669c1b423818616b3ac25f274909566..fbb4b9a28819ac6caa2682d434103e878944d715 100644 (file)
@@ -1,4 +1,5 @@
 import re
+from catalyst_support import *
 
 class ParserBase: