Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/datastore
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpgritti@gmail.com>2008-10-28 13:19:01 (GMT)
committer Marco Pesenti Gritti <mpgritti@gmail.com>2008-10-28 13:19:01 (GMT)
commitb58182a970d8ca8e593fcfa6ad229ab628d1bebb (patch)
tree0941e298b3e648a3171a1cdcc848ccf4c5703430 /src/sugar/datastore
parent9c74f4eec71559c9e1c30c086590ef51f4320bcd (diff)
Mark modules as STABLE/UNSTABLE/DEPRECATED.
Diffstat (limited to 'src/sugar/datastore')
-rw-r--r--src/sugar/datastore/datastore.py4
-rw-r--r--src/sugar/datastore/dbus_helpers.py4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/sugar/datastore/datastore.py b/src/sugar/datastore/datastore.py
index 9cd22bf..f6df214 100644
--- a/src/sugar/datastore/datastore.py
+++ b/src/sugar/datastore/datastore.py
@@ -15,6 +15,10 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
+"""
+STABLE.
+"""
+
import logging
import time
from datetime import datetime
diff --git a/src/sugar/datastore/dbus_helpers.py b/src/sugar/datastore/dbus_helpers.py
index 19145d9..9115382 100644
--- a/src/sugar/datastore/dbus_helpers.py
+++ b/src/sugar/datastore/dbus_helpers.py
@@ -16,6 +16,10 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
+"""
+UNSTABLE. Should be internal to the datastore module.
+"""
+
import logging
import dbus