Modified:
/trunk/contrib/events.py
=======================================
--- /trunk/contrib/events.py Fri Jan 7 05:23:18 2011
+++ /trunk/contrib/events.py Sun Feb 6 04:04:11 2011
@@ -580,11 +580,8 @@
def setUp(self):
self.event = EventHandler()
- self.uthread_new = uthread.new
- uthread.new = lambda *args, **kwargs: None
-
def tearDown(self):
- uthread.new = self.uthread_new
+ pass
def testBlockingEventCreation(self):
event = self.event.ServicesStarted()