Add __init__.py file and import line
authoragaffney <agaffney@kagome.(none)>
Sat, 6 Sep 2008 04:19:56 +0000 (23:19 -0500)
committeragaffney <agaffney@kagome.(none)>
Sat, 6 Sep 2008 04:19:56 +0000 (23:19 -0500)
ChangeLog
catalyst
modules/catalyst/__init__.py [new file with mode: 0644]

index db003a85b03d7eff354f36976d732b0c8802dde7..bf5590bdffcb9cc2a64f66a7766a526a03c7960f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  06 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst,
+  +modules/catalyst/__init__.py:
+  Add __init__.py file and import line
+
   06 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst,
   +modules/catalyst/spec.py:
   Initial commit of modules/catalyst/spec.py
index fe4534797f123156e1c7e45112b81d71812c3c8d..baf29e462b6baf58b265b2df54d70ee23de70379 100755 (executable)
--- a/catalyst
+++ b/catalyst
@@ -9,6 +9,8 @@ import pdb
 
 sys.path.append("./modules")
 
+from catalyst.spec import spec
+
 __maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
 __version__="2.0.6"
 
diff --git a/modules/catalyst/__init__.py b/modules/catalyst/__init__.py
new file mode 100644 (file)
index 0000000..e69de29