From 9b1138e87a4854740b92d3b40f3bef636c2de359 Mon Sep 17 00:00:00 2001 From: agaffney Date: Fri, 5 Sep 2008 23:19:56 -0500 Subject: [PATCH] Add __init__.py file and import line --- ChangeLog | 4 ++++ catalyst | 2 ++ modules/catalyst/__init__.py | 0 3 files changed, 6 insertions(+) create mode 100644 modules/catalyst/__init__.py diff --git a/ChangeLog b/ChangeLog index db003a85..bf5590bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 06 Sep 2008; Andrew Gaffney catalyst, + +modules/catalyst/__init__.py: + Add __init__.py file and import line + 06 Sep 2008; Andrew Gaffney catalyst, +modules/catalyst/spec.py: Initial commit of modules/catalyst/spec.py diff --git a/catalyst b/catalyst index fe453479..baf29e46 100755 --- a/catalyst +++ b/catalyst @@ -9,6 +9,8 @@ import pdb sys.path.append("./modules") +from catalyst.spec import spec + __maintainer__="Chris Gianelloni " __version__="2.0.6" diff --git a/modules/catalyst/__init__.py b/modules/catalyst/__init__.py new file mode 100644 index 00000000..e69de29b -- 2.26.2