Author: dmeyer
Date: Tue Jan  8 13:50:13 2008
New Revision: 2961

Log:
remove wakeup for kaa namespace

Modified:
   trunk/base/src/notifier/__init__.py

Modified: trunk/base/src/notifier/__init__.py
==============================================================================
--- trunk/base/src/notifier/__init__.py (original)
+++ trunk/base/src/notifier/__init__.py Tue Jan  8 13:50:13 2008
@@ -32,7 +32,7 @@
 
 from popen import Process
 from callback import Callback, WeakCallback, Signal, Signals
-from thread import MainThreadCallback, Thread, is_mainthread, wakeup
+from thread import MainThreadCallback, Thread, is_mainthread
 from timer import Timer, WeakTimer, OneShotTimer, WeakOneShotTimer, AtTimer, 
OneShotAtTimer
 from sockets import SocketDispatcher, WeakSocketDispatcher, Socket, IO_READ, 
IO_WRITE
 from event import Event, EventHandler, WeakEventHandler
@@ -55,7 +55,7 @@
     'execute_in_timer', 'execute_in_mainloop', 'yield_execution', 
'execute_in_thread',
 
     # FIXME: I don't like the following functions in the global kaa namespace
-    'is_mainthread', 'wakeup',
+    'is_mainthread',
     
     # XXX: DEPRECATED wrappers From this module
     'init', 'shutdown', 'step', 'running', 'signals', 'loop'

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to