Author: ArcRiley
Date: 2008-03-18 00:25:57 -0400 (Tue, 18 Mar 2008)
New Revision: 1157

Added:
   trunk/pysoy/src/masses/
   trunk/pysoy/src/masses/Mass.pxi
   trunk/pysoy/src/masses/soy.masses.pxd
   trunk/pysoy/src/masses/soy.masses.pyx
Log:
Setup soy.masses with basic stubs



Property changes on: trunk/pysoy/src/masses
___________________________________________________________________
Name: svn:ignore
   + soy.masses.c


Copied: trunk/pysoy/src/masses/Mass.pxi (from rev 1146, 
trunk/pysoy/src/stubs/Stub.pxi)
===================================================================
--- trunk/pysoy/src/masses/Mass.pxi                             (rev 0)
+++ trunk/pysoy/src/masses/Mass.pxi     2008-03-18 04:25:57 UTC (rev 1157)
@@ -0,0 +1,18 @@
+# PySoy's stubs.Stub
+#
+# 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 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 General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, see http://www.gnu.org/licenses
+#
+# $Id$

Copied: trunk/pysoy/src/masses/soy.masses.pxd (from rev 1146, 
trunk/pysoy/src/stubs/soy.stubs.pxd)
===================================================================
--- trunk/pysoy/src/masses/soy.masses.pxd                               (rev 0)
+++ trunk/pysoy/src/masses/soy.masses.pxd       2008-03-18 04:25:57 UTC (rev 
1157)
@@ -0,0 +1,20 @@
+# PySoy Stub Declarations
+#
+# 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 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 General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, see http://www.gnu.org/licenses
+#
+# $Id $
+
+cimport soy._internals

Copied: trunk/pysoy/src/masses/soy.masses.pyx (from rev 1146, 
trunk/pysoy/src/stubs/soy.stubs.pyx)
===================================================================
--- trunk/pysoy/src/masses/soy.masses.pyx                               (rev 0)
+++ trunk/pysoy/src/masses/soy.masses.pyx       2008-03-18 04:25:57 UTC (rev 
1157)
@@ -0,0 +1,28 @@
+'''PySoy Stubs
+
+    Description, each line indented 4 spaces
+'''
+__credits__ = '''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 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, see http://www.gnu.org/licenses
+'''
+__author__  = 'PySoy Group'
+__date__    = 'Last change on '+ \
+              '$Date$'[7:-20]+ \
+              'by '+'$Author$'[9:-2]
+__version__ = 'Trunk (r'+'$Rev$'[6:-2]+')'
+
+cimport stdlib
+
+include "Stub.pxi"

_______________________________________________
PySoy-SVN mailing list
PySoy-SVN@pysoy.org
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to