From: agaffney Date: Sat, 6 Sep 2008 04:19:56 +0000 (-0500) Subject: Add __init__.py file and import line X-Git-Tag: CATALYST_2_0_6_916~75 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9b1138e87a4854740b92d3b40f3bef636c2de359;p=catalyst.git Add __init__.py file and import line --- 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