[kupfer: 28/38] commatrick: Mark MultipleLeaf as serializable (not experimental)
- From: Ulrik Sverdrup <usverdrup src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [kupfer: 28/38] commatrick: Mark MultipleLeaf as serializable (not experimental)
- Date: Sat, 16 Jan 2010 17:14:08 +0000 (UTC)
commit 3ae6d7d7413474efc5af4e3d70cf17367297c50b
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date: Sat Jan 16 02:21:45 2010 +0100
commatrick: Mark MultipleLeaf as serializable (not experimental)
kupfer/obj/compose.py | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/kupfer/obj/compose.py b/kupfer/obj/compose.py
index 98ef62c..d973a87 100644
--- a/kupfer/obj/compose.py
+++ b/kupfer/obj/compose.py
@@ -87,10 +87,9 @@ class MultipleLeaf (Leaf):
A Leaf for the direct representation of many leaves. It is not
a container or "source", it *is* the many leaves itself.
- The represented object is a sequence of the contained Leaves
+ The represented object is a sequence of Leaves
"""
- # NOTE: Still experimental
- serilizable = -1
+ serilizable = 1
def __init__(self, obj, name=_("Multiple Objects")):
# modifying the list of objects is strictly forbidden
robj = list(datatools.UniqueIterator(obj))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]