[conduit: 73/138] Fix typo



commit 89ff03318c6b43121b2f7e3039ad0cca930f2d67
Author: John Carr <john carr unrouted co uk>
Date:   Sun May 3 06:00:07 2009 -0700

    Fix typo
---
 test/soup/modules/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/soup/modules/__init__.py b/test/soup/modules/__init__.py
index 383d0bb..8d1a153 100644
--- a/test/soup/modules/__init__.py
+++ b/test/soup/modules/__init__.py
@@ -30,7 +30,7 @@ class ModuleWrapper(object):
     def add(self, obj):
         self.dp.put(obj, False)
 
-    def update(self, uid, obj):
+    def replace(self, uid, obj):
         self.dp.put(obj, True, LUID=uid)
 
     def delete(self, uid):



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