Author: tack
Date: Sun Jan 20 14:06:04 2008
New Revision: 2992

Log:
lock was renamed to synchronize


Modified:
   trunk/base/test/async_lock.py
   trunk/beacon/src/server/hwmon/client.py

Modified: trunk/base/test/async_lock.py
==============================================================================
--- trunk/base/test/async_lock.py       (original)
+++ trunk/base/test/async_lock.py       Sun Jan 20 14:06:04 2008
@@ -1,6 +1,6 @@
 import kaa
 
[EMAIL PROTECTED](lock=True)
[EMAIL PROTECTED](synchronize = True)
 def f(x):
     print 'in', x
     yield kaa.YieldContinue

Modified: trunk/beacon/src/server/hwmon/client.py
==============================================================================
--- trunk/beacon/src/server/hwmon/client.py     (original)
+++ trunk/beacon/src/server/hwmon/client.py     Sun Jan 20 14:06:04 2008
@@ -138,7 +138,7 @@
         self._device_add(dev)
 
 
-    @kaa.yield_execution(lock=True)
+    @kaa.yield_execution(synchronize = True)
     def _device_scanned(self, metadata, dev):
 
         # FIXME: ACTIVE WAITING:

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to