Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ReckonPrimer.activity/collection.py
diff options
context:
space:
mode:
Diffstat (limited to 'ReckonPrimer.activity/collection.py')
-rw-r--r--ReckonPrimer.activity/collection.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/ReckonPrimer.activity/collection.py b/ReckonPrimer.activity/collection.py
index b94ca3a..fddada6 100644
--- a/ReckonPrimer.activity/collection.py
+++ b/ReckonPrimer.activity/collection.py
@@ -11,7 +11,11 @@ import os
class Collection:
- __data = None
+ """ The root and the non-leaf nodes of the ExStore._data.
+ The leafs are of type Task.
+ """
+ __data = None # TODO transfer from here to Display.treestore and back.
+ # Transfer is presently done via pickle -- REPLACE this?!?
__title = None
__description = None
__pic = None