Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/bundle
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/bundle
parent9c74f4eec71559c9e1c30c086590ef51f4320bcd (diff)
Mark modules as STABLE/UNSTABLE/DEPRECATED.
Diffstat (limited to 'src/sugar/bundle')
-rw-r--r--src/sugar/bundle/activitybundle.py5
-rw-r--r--src/sugar/bundle/bundle.py5
-rw-r--r--src/sugar/bundle/contentbundle.py5
3 files changed, 12 insertions, 3 deletions
diff --git a/src/sugar/bundle/activitybundle.py b/src/sugar/bundle/activitybundle.py
index e74f471..97acc70 100644
--- a/src/sugar/bundle/activitybundle.py
+++ b/src/sugar/bundle/activitybundle.py
@@ -15,7 +15,10 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
-"""Sugar activity bundles"""
+"""Sugar activity bundles
+
+UNSTABLE.
+"""
from ConfigParser import ConfigParser
import locale
diff --git a/src/sugar/bundle/bundle.py b/src/sugar/bundle/bundle.py
index c0138e7..ed0360d 100644
--- a/src/sugar/bundle/bundle.py
+++ b/src/sugar/bundle/bundle.py
@@ -15,7 +15,10 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
-"""Sugar bundle file handler"""
+"""Sugar bundle file handler
+
+UNSTABLE.
+"""
import os
import logging
diff --git a/src/sugar/bundle/contentbundle.py b/src/sugar/bundle/contentbundle.py
index 389fd70..a95ed61 100644
--- a/src/sugar/bundle/contentbundle.py
+++ b/src/sugar/bundle/contentbundle.py
@@ -15,7 +15,10 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
-"""Sugar content bundles"""
+"""Sugar content bundles
+
+UNSTABLE.
+"""
from ConfigParser import ConfigParser
import os