Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stone <michael@laptop.org>2011-01-08 06:12:05 (GMT)
committer Michael Stone <michael@laptop.org>2011-01-08 06:32:12 (GMT)
commit7f19921a912c13d36d00a83efb295cd45e871f61 (patch)
treeb8dfa716eb4ef82e10d7cb8028b85a7d3e0cc8c8
parent87faa6df2e8eb9deeb8040631aa79f8daacf466c (diff)
Update and prepare dobject and groupthink for distribution.
-rw-r--r--arithmetic.py6
m---------dobject0
l---------groupthink1
3 files changed, 3 insertions, 4 deletions
diff --git a/arithmetic.py b/arithmetic.py
index 60c8afd..d933929 100644
--- a/arithmetic.py
+++ b/arithmetic.py
@@ -23,9 +23,9 @@ import time
import os
import os.path
import hashlib
-import groupthink
-import groupthink.gtk_tools
-import groupthink.sugar_tools
+import dobject.groupthink as groupthink
+import dobject.groupthink.gtk_tools as gtk_tools
+import dobject.groupthink.sugar_tools as sugar_tools
from gettext import gettext as _
from sugar.activity import activity
diff --git a/dobject b/dobject
-Subproject 04eaa71c3ec3473ceefdde38c57c746313290b2
+Subproject 1b29ed1e9f2183029add92880476f4a460edda1
diff --git a/groupthink b/groupthink
deleted file mode 120000
index d5caf1e..0000000
--- a/groupthink
+++ /dev/null
@@ -1 +0,0 @@
-dobject/groupthink/ \ No newline at end of file