Author: ArcRiley
Date: 2008-02-07 00:17:23 -0500 (Thu, 07 Feb 2008)
New Revision: 818
Modified:
trunk/pysoy/src/_core-common/_eventLoop.pxi
Log:
Removing this (apparently) useless Python object
Modified: trunk/pysoy/src/_core-common/_eventLoop.pxi
===================================================================
--- trunk/pysoy/src/_core-common/_eventLoop.pxi 2008-02-06 11:29:58 UTC (rev
817)
+++ trunk/pysoy/src/_core-common/_eventLoop.pxi 2008-02-07 05:17:23 UTC (rev
818)
@@ -30,7 +30,3 @@
cdef soy._datatypes.AsyncQueue _get_queue():
#stdio.printf("_get_queue()\n")
return _queue
-
-def get_queue():
- return <object>_get_queue()
-
_______________________________________________
PySoy-SVN mailing list
[email protected]
http://www.pysoy.org/mailman/listinfo/pysoy-svn