Author: ArcRiley
Date: 2008-02-09 05:54:17 -0500 (Sat, 09 Feb 2008)
New Revision: 843

Modified:
   trunk/pysoy/scripts/_eventloop.py
Log:
removed needless lines


Modified: trunk/pysoy/scripts/_eventloop.py
===================================================================
--- trunk/pysoy/scripts/_eventloop.py   2008-02-09 10:46:31 UTC (rev 842)
+++ trunk/pysoy/scripts/_eventloop.py   2008-02-09 10:54:17 UTC (rev 843)
@@ -28,13 +28,6 @@
     self.setDaemon(True)
   def run(self) :
     queue = get_queue()
-    #print "EventLoop.run(): Have queue, starting loop."
-    #print "EventLoop.run(): Queue:", repr(queue)
     while 1 :
       cb = queue.pop()
-      #print "EventLoop.run(): Got callback:", cb
       cb()
-
-  def __stop(self) :
-    # A hack until we get a decent system in place for this
-    threading.Thread.__stop()

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

Reply via email to