Author: ArcRiley
Date: 2008-02-07 00:41:39 -0500 (Thu, 07 Feb 2008)
New Revision: 820

Added:
   trunk/pysoy/src/_internals/_get_queue.pxi
Removed:
   trunk/pysoy/src/_internals/_getQueue.pxi
Log:
renaming this to actual function name


Deleted: trunk/pysoy/src/_internals/_getQueue.pxi
===================================================================
--- trunk/pysoy/src/_internals/_getQueue.pxi    2008-02-07 05:40:57 UTC (rev 
819)
+++ trunk/pysoy/src/_internals/_getQueue.pxi    2008-02-07 05:41:39 UTC (rev 
820)
@@ -1,26 +0,0 @@
-# PySoy _internals._get_queue function
-#
-# 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$
-
-glib.g_thread_init(<glib.GThreadFunctions*> 0)
-
-cdef AsyncQueue _queue
-_queue = AsyncQueue()
-
-cdef AsyncQueue _get_queue():
-  return _queue

Copied: trunk/pysoy/src/_internals/_get_queue.pxi (from rev 819, 
trunk/pysoy/src/_internals/_getQueue.pxi)
===================================================================
--- trunk/pysoy/src/_internals/_get_queue.pxi                           (rev 0)
+++ trunk/pysoy/src/_internals/_get_queue.pxi   2008-02-07 05:41:39 UTC (rev 
820)
@@ -0,0 +1,26 @@
+# PySoy _internals._get_queue function
+#
+# 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$
+
+glib.g_thread_init(<glib.GThreadFunctions*> 0)
+
+cdef AsyncQueue _queue
+_queue = AsyncQueue()
+
+cdef AsyncQueue _get_queue():
+  return _queue

_______________________________________________
PySoy-SVN mailing list
[email protected]
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to