Add catalyst.util.load_module() function
authorAndrew Gaffney <agaffney@gentoo.org>
Sun, 11 Jan 2009 00:39:02 +0000 (18:39 -0600)
committerAndrew Gaffney <agaffney@gentoo.org>
Sun, 11 Jan 2009 00:39:02 +0000 (18:39 -0600)
Move arch modules under modules/catalyst/arch
Add catalyst.arch.arches class to assist in loading arch modules

ChangeLog

index ab2b66605b6fd6908b16788d16d55b4e7208b95f..6d4aff8e09e69177667bc21f76013976f621898c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,17 +2,11 @@
 # Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
 # Distributed under the GPL v2
 
-  11 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> -arch/alpha.py,
-  -arch/amd64.py, -arch/arm.py, -arch/hppa.py, -arch/ia64.py, -arch/mips.py,
-  -arch/powerpc.py, -arch/s390.py, -arch/sh.py, -arch/sparc.py,
-  -arch/x86.py, +modules/catalyst/arch/__init__.py,
-  +modules/catalyst/arch/alpha.py, +modules/catalyst/arch/amd64.py,
-  +modules/catalyst/arch/arm.py, +modules/catalyst/arch/hppa.py,
-  +modules/catalyst/arch/ia64.py, +modules/catalyst/arch/mips.py,
-  +modules/catalyst/arch/powerpc.py, +modules/catalyst/arch/s390.py,
-  +modules/catalyst/arch/sh.py, +modules/catalyst/arch/sparc.py,
-  +modules/catalyst/arch/x86.py, modules/catalyst/util.py, +.gitignore:
-  --help
+  11 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> ChangeLog:
+  Add catalyst.util.load_module() function
+  Move arch modules under modules/catalyst/arch
+  Add catalyst.arch.arches class to assist in loading arch modules
+  Add .gitignore file for *.py[co]
 
   10 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst:
   Change __version__ to 2.99 for catalyst_3 branch