Author: ArcRiley Date: 2007-07-05 02:28:58 -0400 (Thu, 05 Jul 2007) New Revision: 358
Added: trunk/pysoy/src/_core-common/_tran.pxi Log: This hack counts as a level 5 sin. Copied: trunk/pysoy/src/_core-common/_tran.pxi (from rev 347, trunk/pysoy/src/_core-common/_init.pxi) =================================================================== --- trunk/pysoy/src/_core-common/_tran.pxi (rev 0) +++ trunk/pysoy/src/_core-common/_tran.pxi 2007-07-05 06:28:58 UTC (rev 358) @@ -0,0 +1,26 @@ +# PySoy _Transports +# +# Copyright (C) 2007 Team PySoy +# +# 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$ + +# This hack counts as a level 5 sin. + +cdef soy._internals.Children _transports +_transports = soy._internals.Children() + +def _Transports() : + return py.PyCObject_FromVoidPtr(<void *> _transports, NULL) _______________________________________________ PySoy-SVN mailing list [email protected] http://www.pysoy.org/mailman/listinfo/pysoy-svn
