schemas/base.py
changeset 4535 71c86a315a9a
parent 4467 0e73d299730a
child 4590 2172c8c29fe6
--- a/schemas/base.py	Wed Feb 10 08:27:23 2010 +0100
+++ b/schemas/base.py	Wed Feb 10 08:54:47 2010 +0100
@@ -194,10 +194,9 @@
     """generic relation to specify that an external entity represent the same
     object as a local one:
        http://www.w3.org/TR/owl-ref/#sameAs-def
-
-    NOTE: You'll have to explicitly declare which entity types can have a
-    same_as relation
     """
+    #NOTE: You'll have to explicitly declare which entity types can have a
+    #same_as relation
     __permissions__ = {
         'read':   ('managers', 'users', 'guests',),
         'add':    ('managers', 'users'),