[conduit: 77/138] No :(



commit 2cc965ea612241c551f56295806cf3cb960337a6
Author: John Carr <john carr unrouted co uk>
Date:   Sun May 3 11:05:45 2009 -0700

    No :(
---
 test/soup/modules/__init__.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/soup/modules/__init__.py b/test/soup/modules/__init__.py
index 43337fa..8d1a153 100644
--- a/test/soup/modules/__init__.py
+++ b/test/soup/modules/__init__.py
@@ -14,14 +14,14 @@ class ModuleWrapper(object):
     def get_num_items(self):
         count = 0
         try:
-            self.dp.refresh(block=True)
+            self.dp.refresh()
             count = self.dp.get_num_items()
         finally:
             self.dp.finish(False, False, False)
         return count
 
     def get_all(self):
-        self.dp.refresh(block=True)
+        self.dp.refresh()
         return self.dp.get_all()
 
     def get(self, uid):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]