Author: ArcRiley Date: 2008-04-04 01:40:07 -0400 (Fri, 04 Apr 2008) New Revision: 1223
Added: trunk/pysoy/src/colors/__init__.pym Modified: trunk/pysoy/src/colors/soy.colors.pyx Log: Ticket #954 : * finished soy.colors migration (forgot __init__.pym) Copied: trunk/pysoy/src/colors/__init__.pym (from rev 1222, trunk/pysoy/src/colors/a.pym) =================================================================== --- trunk/pysoy/src/colors/__init__.pym (rev 0) +++ trunk/pysoy/src/colors/__init__.pym 2008-04-04 05:40:07 UTC (rev 1223) @@ -0,0 +1,20 @@ +# PySoy's colors module init +# +# Copyright (C) 2006,2007,2008 PySoy Group +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program; if not, see http://www.gnu.org/licenses +# +# $Id$ + +cimport stdio Modified: trunk/pysoy/src/colors/soy.colors.pyx =================================================================== --- trunk/pysoy/src/colors/soy.colors.pyx 2008-04-04 05:37:02 UTC (rev 1222) +++ trunk/pysoy/src/colors/soy.colors.pyx 2008-04-04 05:40:07 UTC (rev 1223) @@ -23,8 +23,7 @@ 'by '+'$Author$'[9:-2] __version__ = 'Trunk (r'+'$Rev$'[6:-2]+')' -cimport stdio - +include "__init__.pym" include "_getValues.pym" include "Color.pym" include "a.pym" _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn