From 0080cf8e9d3b64071d31560f805181b653e0b9e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 7 Apr 2010 12:03:40 +0000
Subject: [PATCH] fix docstring, uid is not unique to each ZODB. Remove some
 TODO

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34325 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/Base.py | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/product/ERP5Type/Base.py b/product/ERP5Type/Base.py
index 3cc9d16a79..076b2d6842 100644
--- a/product/ERP5Type/Base.py
+++ b/product/ERP5Type/Base.py
@@ -726,7 +726,7 @@ class Base( CopyContainer,
     id  --  the standard object id
     rid --  the standard object id in the master ODB the object was
         subsribed from
-    uid --  a global object id which is unique to each ZODB
+    uid --  a global object id which is unique
     sid --  the id of the subscribtion/syncrhonisation object which
         this object was generated from
 
@@ -734,12 +734,6 @@ class Base( CopyContainer,
              process (NONE, SENT, ACKNOWLEDGED, SYNCHRONIZED)
              could work as a workflow but CPU expensive
 
-
-    TODO:
-
-      - assess / fix atomicity
-
-      - assess / fix uid during synchronisation / import
   """
   meta_type = 'ERP5 Base Object'
   portal_type = 'Base Object'
-- 
2.30.9