Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ReckonPrimer.activity/task.py
diff options
context:
space:
mode:
Diffstat (limited to 'ReckonPrimer.activity/task.py')
-rw-r--r--ReckonPrimer.activity/task.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ReckonPrimer.activity/task.py b/ReckonPrimer.activity/task.py
index c704be9..b29d244 100644
--- a/ReckonPrimer.activity/task.py
+++ b/ReckonPrimer.activity/task.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
'''
author: Bernhard Ruttinger
date: 02.12.2009
@@ -5,6 +7,9 @@ description: test class "task" to test our new idea for saving all tasks
'''
class Task:
+ """ The leaf-type of the ExStore._data. The root and the non-leaf nodes
+ are of type Collection.
+ """
_sett = None
_eval = None