Author: ArcRiley
Date: 2008-02-07 02:10:12 -0500 (Thu, 07 Feb 2008)
New Revision: 825

Modified:
   trunk/pysoy/scripts/_eventloop.py
   trunk/pysoy/src/_internals/_get_queue.pxi
Log:
reverting r818


Modified: trunk/pysoy/scripts/_eventloop.py
===================================================================
--- trunk/pysoy/scripts/_eventloop.py   2008-02-07 06:45:07 UTC (rev 824)
+++ trunk/pysoy/scripts/_eventloop.py   2008-02-07 07:10:12 UTC (rev 825)
@@ -18,7 +18,7 @@
 # $Id$
 
 import threading
-from _core import get_queue
+from _internals import get_queue
 
 class EventLoop(threading.Thread):
     def run(self):

Modified: trunk/pysoy/src/_internals/_get_queue.pxi
===================================================================
--- trunk/pysoy/src/_internals/_get_queue.pxi   2008-02-07 06:45:07 UTC (rev 
824)
+++ trunk/pysoy/src/_internals/_get_queue.pxi   2008-02-07 07:10:12 UTC (rev 
825)
@@ -24,3 +24,6 @@
 
 cdef AsyncQueue _get_queue():
   return _queue
+
+def get_queue(): 
+  return <object>_get_queue()

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

Reply via email to